i have a list with choice field as status, which is having the choices as below
New
Approve
Reject
My Manager Approve
i have created a flow with item created or modified trigger. and the condition check as below
@equals(triggerBody()?['Status']?['Value'], 'New'), if i use new the flow is triggering correctly, but if i use the
condition as below it is not triggering
@equals(triggerBody()?['Status']?['Value'], 'My Manager Approve'). Please help me to solve this issue

Report
All responses (
Answers (