mattesilver
Active Member
Joined: Aug 4, 2025
Follow
Board
RE: Airtable list with a filter using an expression
I managed to create a single formula for all my items using a simple function node. json { "formula": "OR(" + values.map(v => formula).join(', ...
4 years ago
Forum
RE: Airtable list with a filter using an expression
It was generating a list of lists, so I included the following in the collector function: return newItems.flat(1).map(i=>({json:i})); Full code...
4 years ago
Forum
RE: Airtable list with a filter using an expression
I've placed my Airtable call between a Split and an IF node. I modified the function to cache the output of the Airtable node, but it's behaving unexp...
4 years ago
Forum
RE: Airtable list with a filter using an expression
Thanks for your answer. Is there a way to retrieve the items so I can use them in the merge node with the ‘removeKeyMatches’ mode?
4 years ago
Forum