Hello everyone!
How can I filter out only the second row from a given set of data?
Solved! Go to Solution.
Easiest route is to add a record id to the flow and a filter tool with the condition [RecordID]!=2
Remove the RecordID with a select tool when you dont need it anylonger.