Skip to content
RicardoE105
RicardoE105
@ricardoe105
Active Member
Joined: Aug 4, 2025
Topics: 0 / Replies: 10
Reply
RE: OAuth Callback URL with localhost:5678

You might find this helpful: Docs Configuration | callin.io Docs callin.io is an extendable workflow automation tool that enables you to conne...

4 years ago
Forum
Reply
RE: Sending to RabbitMQ via Airtable

You can likely read multiple messages from the queue. This would be a question related to RabbitMQ.

5 years ago
Forum
Reply
RE: Sending to RabbitMQ via Airtable

Ah, I see. My apologies for the initial misunderstanding. The example below should accomplish what you need. ```json { "nodes": [ { "par...

5 years ago
Forum
Reply
RE: Sending to RabbitMQ via Airtable

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

5 years ago
Forum
Reply
RE: Issue with Airtable Update

The issue has been resolved. We will notify you upon its release.

5 years ago
Forum
Reply
RE: Issue with Airtable Update

I just checked, and it appears the API call for updating records has been modified. I'm looking into it and will provide updates.

5 years ago
Forum
Reply
RE: Issue with Airtable Update

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

5 years ago
Forum
Reply
RE: Issue with Airtable Update

Could you share a screenshot of the output from the Set node? Also, what is the data type of the numeroRPPS field in Airtable?

5 years ago
Forum
Reply
RE: Issue with Airtable Update

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

5 years ago
Forum
Reply
RE: Airtable trigger: Download attachments feature

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

5 years ago
Forum