Skip to content
Donald_Mitchell
Donald_Mitchell
@donald_mitchell
Eminent Member
Joined: Aug 4, 2025
Topics: 0 / Replies: 36
Reply
RE: Getting GSheets data to OpenAI as a JSON string - is it possible?

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...

3 months ago
Forum
Reply
RE: Getting GSheets data to OpenAI as a JSON string - is it possible?

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 ...

4 months ago
Forum
Reply
RE: Getting GSheets data to OpenAI as a JSON string - is it possible?

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...

4 months ago
Forum
Reply
RE: Getting GSheets data to OpenAI as a JSON string - is it possible?

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...

4 months ago
Forum
Reply
RE: Getting GSheets data to OpenAI as a JSON string - is it possible?

: 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 ...

4 months ago
Forum
Reply
RE: Getting GSheets data to OpenAI as a JSON string - is it possible?

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...

4 months ago
Forum
Reply
RE: Error handling based on filters

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...

8 months ago
Forum
Reply
RE: Error handling based on filters

Hi, What type of error are you encountering? Is it not possible to determine this during the scenario? Perhaps it requires human intervention? Cou...

8 months ago
Forum
Reply
RE: How to convert binary data into a file

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...

8 months ago
Forum
Reply
RE: How to convert binary data into a file

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...

8 months ago
Forum
Reply
RE: Mapping Array to HTTP Request to Airtable API POST Call Not Working

Hi, First, add a Create JSON module. Under Data Structure, click Add Give your Data Structure a name that makes sense. Click Generate ...

1 year ago
Forum
Reply
RE: Repeater not functioning as anticipated

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...

1 year ago
Forum
Reply
RE: Repeater not functioning as anticipated

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 ...

1 year ago
Forum
Reply
RE: Mapping Scenario Data to Airtable 'Update Record' Module

Could you also show us the configuration of your headers?

1 year ago
Forum
Reply
RE: Mapping Scenario Data to Airtable 'Update Record' Module

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 ...

1 year ago
Forum
Page 1 / 3