You might find this helpful: Docs Configuration | callin.io Docs callin.io is an extendable workflow automation tool that enables you to conne...
You can likely read multiple messages from the queue. This would be a question related to RabbitMQ.
Ah, I see. My apologies for the initial misunderstanding. The example below should accomplish what you need. ```json { "nodes": [ { "par...
It appears the workflow wasn't pasted correctly. Could you please verify this? Additionally, could you explain how the data is being received from the...
The issue has been resolved. We will notify you upon its release.
I just checked, and it appears the API call for updating records has been modified. I'm looking into it and will provide updates.
Ah, that clarifies the issue. You have two options: either use a string within the Set node or adjust the field type in Airtable to be a number. im...
Could you share a screenshot of the output from the Set node? Also, what is the data type of the numeroRPPS field in Airtable?
You need to change items[0].json.fields.numeroRPPS = 1 to items[0].json.numeroRPPS = 1 Also, you might want to replace the function node with a set ...
We've added the necessary integration. We'll notify you once it's live. github.com/n8n-io/n8n :zap: Add download field to Airtable Trigge...