Hi @NewLearner ,
I tested your problem, and I found that the reason for the failure is because the column name contains the symbol "?".
When I create a choice column named "Send Approval", I use the trigger condition in the 'When an item is created or modified' setting, and it works fine.
@equals(triggerBody()?['Send Approval']?['value'],'Yes')
When I create a choice column named "Send Approval?", No matter how I change the trigger condition in the 'When an item is created or modified' setting. Flow will not be triggered.
And if I change the column name and delete "?", it has no effect, maybe its internal name cannot be modified. I suggest you re-create a choice column name without "?", try to tell me the result, please?
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.