Hi all,
I have the following code in a Filter Array action, filtering an array variable called conbinedList.
@Or(
equals(item()?['displayName'], 'All team - for information'),
equals(item()?['displayName'], 'Awaiting Reply'),
equals(item()?['displayName'], 'Contacted John Smith'),
equals(item()?['displayName'], 'In progress'),
equals(item()?['displayName'], 'Needs Resolving')
)
It keeps saying expressed is invalid when i try to press "Add". Any idea why?