@And(equals(triggerBody()?['ApplicationWithdrawn'],false),not(equals(triggerBody()?['ManagerNomination'], triggerBody()?['NominationType'])))
This is my trigger condition that is supposed to only let my flow run if applicaton withdraw is false, and if Mnager nomination does not equal nomination type.
Nomination type is a text field, and manager nomination is a multiselect field, i think this is the reason it is now working, but i am not sure what the correct syntax is in this situation.