Hello,
I'm encountering an issue with an Airtable node in my workflow. It's configured for a simple list operation, but it fails to return any data when connected to subsequent nodes. However, when I run the Airtable node in isolation, it works correctly.
The attached screenshot shows a duplicate Airtable node that is not connected to the rest of the workflow. Running this standalone node is successful. The connected node, despite appearing identical, does not yield any results.
Does anyone have any suggestions on how to resolve this?
Hello!
Because the node is linked to the workflow that includes the Webhook node, it will pause and wait for the webhook call. When you initiate the Webhook call (using the Test Webhook URL), your workflow will run. If the conditions in the IF nodes are met, your Airtable node will then execute.
Feel free to ask if you require further assistance.
Could you please verify if the IF1 node is returning true? You can access the IF1 node to view the data it presents. If no data is shown (by default, it will display output for the true condition), it indicates that the IF1 node is returning false.
If feasible, would you be able to share your workflow? You can select all the nodes, copy them (CMD + C), and then paste them here. Here's a video for guidance: How can I contribute? | Docs
yes, that was it
Assumed that it’s returning true!
Thanks
Awesome! I'm happy we resolved it.
Have a great time!