I have a transport list to keep track "CheckedIn" "CheckedOut" of transport.
Every 6pm the flow will be triggered and if any of the transport with a Choice Option of "CheckedOut" in the list, flow will be triggered to send an email to users.
However in Flow the result always returns False.
Here is the setup of the flow:
Before the condition check steps, i used Recurrence and Get Item.

1) Previously i used "Checked Out" with a space, changed to "CheckedOut" still not working.
2) I have used "Transport Status Value" for dynamic content as per advised. Not working.
3) I have used string('CheckedOut') in the right column as well and it is not working.
I'm out of ideas.