Hi, Please remember this is a community forum and everyone here is volunteering their time to help others. Your iterator is incorrect; it should b...
It might be a display issue within callin.io. Have you attempted this within the Iterator module? {{10.body.valueRanges[1].values}} And in your ...
That's odd, I was referring to the “values” array that you had highlighted in your initial post. image703×625 37.2 KB Perhaps you could try {{10...
10.Body is a collection; you should not iterate directly over it. Instead, iterate over 10.Body.array. Locate your array within the Google Sheets o...
: I had already tried using the iterator, but it only extracts the first ‘key’ and ‘value’ of the nested array. You need to map Body.Array from ...
I'd suggest using an Iterator on your Array that comes from Google Sheets, followed by an aggregator. If you need to pass text to OpenAI, use the Text...
I could be mistaken, but if module #281 fails to execute, it wouldn't have generated any output, meaning your variables couldn't be fully purple. Co...
Hi, What type of error are you encountering? Is it not possible to determine this during the scenario? Perhaps it requires human intervention? Cou...
You would essentially go directly from HTTP Make a Request → HTTP Make an API Key Auth Request. Normally, you would use Airtable Make an API Call, b...
Hey, I think the data is already in "File" format, making it ready to be uploaded as-is into a module that requires a file, such as Dropbox or Googl...
Hi, First, add a Create JSON module. Under Data Structure, click Add Give your Data Structure a name that makes sense. Click Generate ...
You would be able to bypass one of the Airtable modules because you'd be utilizing an array. Whenever you can reduce calls to external services, you s...
Hello, Airtable Search Records will return bundles. For searches 1-5, it returns 1 bundle, but for search 6, it will return 2 bundles. This results ...
Could you also show us the configuration of your headers?
Why is there a warning next to the JSON? image1388×738 68.1 KB From what I can see, everything appears correct. I just tested it in Postman, and ...