How do I filter a list of items from an API to get the row that matches an id I have saved in a variable? (What formula do I need?)
Armand
1 month ago
Oct 30, 2024, 12:33 PM
Here's how I do something like that. The ones with the blue mark are what you need. The top one is a variable, but can just as easily be a list of items from an API call. In the Item node you select which of the columns you want to use the Equals node and what is View in my image will be whatever value you compare the Items column value too. I hope that makes sense π
In my case the output is several rows, but if you have a column with unique values, then the output should be one row.