Continuing the discussion from Uploading JSON to S3 results in [object Object] only in native iOS:
Having a valid JSON, i’m trying to upload it to S3 but the file in s3 is a 15 B file with the content [object object].
Running on version 3.314.0 Retool Cloud
Update: While writing this topic, i solved it.
Before, for S3 Content-Type i had entered: application/json
When i switched to “use a dropdown” and then selected JSON, it worked.