Hey, I suspect we'll need more data. If we were to run the workflow with the issue, we'd encounter other problems, not the one you've reported. I'd ...
Hey, 1.0.5 isn’t the latest release and the change went into 1.1.0. I will rework the example in the morning to use the older Airtable version.
Hello, Have you considered adding a new Airtable node to your workflow to simplify the process? Based on your screenshot, it appears you're using th...
Hello, That appears to be correct. Could you share the execution log for it? Please provide the rewritten markdown content.
Hi there, If you were using callin.io Cloud, this might have been due to the issue we experienced. Everything should be resolved now.
Hey, You would need to utilize a code node and manually construct your request to interact with the API, following the documentation provided by Ope...
Hello, It will be identical for both; the only difference would be the model. However, remember that it would need to be JavaScript, and you would b...
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...
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...
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...
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...
Hello, In theory, all characters are permitted. However, if your string begins with a " character, it will anticipate the next " character as the en...
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 ...
Hey, That JSON appears to be invalid. You have unescaped " characters within your data, which will lead to problems. Could you share your workflow...
That sounds like a request for Airtable to return that in their API messages