Hello,
I have a select operation, of which I need to filter.
Item to filter:
item()?['Total']
What I need to filter with:
I have a column 'PaidYet' with value I need to filter for 'NotPaid'
screenshot of existing flow
Solved! Go to Solution.
Hello @drossi ,
you can add a second 'Filter array' operation to filter the data further, or use multiple conditions in the existing 'Filter array'. You can't filter in the 'Select' action, that action only selects values from an array.
Hello @drossi ,
you can add a second 'Filter array' operation to filter the data further, or use multiple conditions in the existing 'Filter array'. You can't filter in the 'Select' action, that action only selects values from an array.