I am new to Power Apps/Automate and having an issue triggering my flow with a trigger condition. Seems basic enough, but I am clearly missing something.
I have a List in SharePoint and one of the fields is IsSubmission of the Yes/No data type. I want to use this field to trigger my flow if it is Yes.
I have the When an item is created or modified action with the trigger condition @equals(triggerBody()?['IsSubmission']?['Value'],true)
When I submit a new item via my Power Apps form, it is not triggering the flow. The IsSubmission field is checked or marked Yes. Any ideas what is failing here?