I have created a flow in PowerAutomate which used to return YES/NO like below:
And, I call this flow from my powerapps like below:
But even flow turn True for "BlooeanOutput" like below
The variable in Powerapps for "Result.blooeanoutput" is empty
Is there any limit for return YES/NO type value?
@Akash17 That's not relevant (yet), since in this case a text field is being sent in a boolean output, which won't work even if MS fix that problem.
A yes/no field in SP is actually not a real boolean field. If you change the output parameter of the flow to Text it will work.
Or keep it a boolean and change the value to BooleanInput = "True"
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional