Hi everyone,
I have a flow which is checking to see if a checkbox is ticked in PowerApps.
I've set the Condition control to triggerBody()?['Condition_ObjectName'] is equal to true
I pass the controlbox.value (true/false) to the AskInPowerApps (Condition_ObjectName).
When the checkbox is ticked, it sends "true" however the conditions control evaluates it as false.
To test I added a SendAnEmailV2 and put the triggerBody()?['Condition_ObjectName'] in the body of the email and did infact get an email with "true" as the body
I guess it doesn't see true as equal to true but I need some help working out how to convert the checkbox.value in PowerApps to something that can be compared with true and false (or even other text if required).

Thanks in advance