I have a flow that runs when a new SharePoint list item is added. There is a condition checking if a certain value in the SharePoint list item = 4. If yes it should send an email. If no it should send a different email.
Whatever the value, it always sends the 'if no' email.

The value is a choice field in SharePoint with values 1,2,3 or 4 but whatever I select the condition is never met. I've tried using single quotes, double quotes and no quotes around the '4' but makes no difference.
Any suggestions?
Thanks