Hey Guys,
I want to apply a trigger condition on my flow. Only trigger if the status value is equal to 'New'
My current syntax:
@equals(triggerBody()?['Status']?['Value'],'New')
But it is not triggering. Any suggestion?
Thanks in advance
Announcements
Hey Guys,
I want to apply a trigger condition on my flow. Only trigger if the status value is equal to 'New'
My current syntax:
@equals(triggerBody()?['Status']?['Value'],'New')
But it is not triggering. Any suggestion?
Thanks in advance
If you use for a selected item trigger, you do not have full access to all fields in the list. You can check that in the raw output of your trigger. You can use a Get item and a condition in order to achieve your requirement.
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1