If my Send-email-node is directly after the HTTP-Request-node the attachment in the email got sent.
But if I use the set- and another airtable-node in between of the two mentioned nodes above, the email got sent but without any attachment …
Something similar if I want to search an airtable-record by a formula.
It is not working, if I add two nodes in between.
The result of the filter-search is null.
Hi @martin23, the Airtable node would return a very different data structure than your HTTP Request node. Or in other words, it would replace the data provided by your HTTP Request node.
In most cases you could use a Merge node to overcome this problem. Consider the below example:
After the Set node, the binary file downloaded by the HTTP Request node would be gone: