Skip to content
Jon
Jon
@jon
Trusted Member
Joined: Aug 4, 2025
Topics: 0 / Replies: 82
Reply
RE: Working with the new OpenAI GPT-3.5-16k model

Hello, Looking at the API example, you could utilize an HTTP Request node to send the request. However, it appears the function needs to be executed...

2 years ago
Forum
Reply
RE: Working with the new OpenAI GPT-3.5-16k model

Hi there, We do not currently have a function option within the node. I've just created an internal development ticket to implement this feature. Ho...

2 years ago
Forum
Reply
RE: How to overcome the "A valid JSON must be provided" error

Hi there, Could you please share the output from the node that's encountering the error, along with the content it's attempting to post? Based on th...

2 years ago
Forum
Reply
RE: How to overcome the "A valid JSON must be provided" error

Hey, You won't want to replace all of them. Have you run your output through a JSON linter to see if it shows as valid? Please provide the rewritt...

2 years ago
Forum
Reply
RE: How to overcome the "A valid JSON must be provided" error

Hello, In theory, all characters are permitted. However, if your string begins with a " character, it will anticipate the next " character as the en...

2 years ago
Forum
Reply
RE: How to overcome the "A valid JSON must be provided" error

Hey, If this issue only occurs during specific runs, it's likely related to the data. The example you shared appeared invalid, so I suspect similar ...

2 years ago
Forum
Reply
RE: How to overcome the "A valid JSON must be provided" error

Hey, That JSON appears to be invalid. You have unescaped " characters within your data, which will lead to problems. Could you share your workflow...

2 years ago
Forum
Reply
RE: Airtable Update: Runs successfully but card not updated

That sounds like a request for Airtable to return that in their API messages

3 years ago
Forum
Reply
RE: Airtable Update: Runs successfully but card not updated

Hey, It should function with the code node too. Based on your output, the issue is likely that 'status' is in lowercase. If it were capitalized as S...

3 years ago
Forum
Reply
RE: Airtable Update: Runs successfully but card not updated

Yes, that should resolve it. In the Set node, check the option at the top, then add 'id' and 'Status' as two options, and you should be all set.

3 years ago
Forum
Reply
RE: Airtable Update: Runs successfully but card not updated

Hey, Welcome to the community Do you have a field in your Airtable named Meeting Scheduled? I suspect if you clear the expression from the Fie...

3 years ago
Forum
Reply
RE: Workflow not detecting 'Set' > 'Content' value

I don't see anything that should be preventing it from functioning. What data type is configured for the Content field in Airtable?

3 years ago
Forum
Reply
RE: Workflow not detecting 'Set' > 'Content' value

Hi, The HTTP Request node isn't named HTTP Request1 in your workflow. You'll need to adjust the name or try using {{$json["choices"][0]["text"]}} in...

3 years ago
Forum
Reply
RE: Workflow not detecting 'Set' > 'Content' value

Hey, Welcome to the community When you mention it's unable to detect the set > content value, what exactly do you mean? Looking at the flow...

3 years ago
Forum
Reply
RE: Airtable Update Error: Missing 'id' or 'fields' in array

Hello, Could you please try Marcus's suggestion and remove the expression from the Fields, typing in sent_status instead, unless your field name is ...

3 years ago
Forum
Page 4 / 6