Hello,
I am trying to filter out list items where the 'Position' field contains the words "Executive Director of" but not to return results for where the position is "PA to Executive Director of".
For example we have different Executive Director job titles eg "Executive Director of Operations" however their PA will also have the job title of "PA to Executive Director of Operations".
We want to only bring back a list of each Executive Director so that we can send them an email later in the flow.
I have tried adding a Condition with Position contains Executvive Director of
and then another row where Position does not contain PA to Executive Director of
However this is not returning the expected results.