Please help.
I have an app that is entering form data into a custom data entity in Dataverse. There is a flow that I need to trigger when a specific column is set to 'Yes' This is a choice column not a Yes/No column. However I have tried using Select Rows/Filters and tried a couple of different expressions like
@equals(triggerBody()?['crf80_Resubmit_For_Approval']?['Value'],'Yes') but nothing triggers. Anyone able to make this work when a specified column has a specified value?