
Announcements
I I run my flow by click the button in PowerApp and I want to check boolean value in flow so I send value 'First(UserAppRole).ApproverRole' that contain 'true' and click button then the flow begin But when 'First(UserAppRole).ApproverRole' is 'false' it seem like the button can not run the flow.
this is if 'First(UserAppRole).ApproverRole' in PowerApp is 'true' my flow succeeded.
and this is if 'First(UserAppRole).ApproverRole' in PowerApp is 'false', there nothing.
So These 2 pics below I try to test my flow by 'false' value and it works
I just want to know why and How can I fix it.
Best regards.