I have a flow that grabs an email CSV attachment and parses contents into a sharepoint list.
I want to exclude certain records from the being added to the sharepoint list and cannot work out correct flow.
Thought a condition would do the trick but no luck - just want to exclude any record of appointment type NM, PET or BD
The condition always evaluates to true and branches to left,
the expression on the left is created by the parse json tool and equals:
Do you get an error, or does the condition just always branch to yes?
What is the expression on the left side of the filter?