Hi,
No matter how much I try any options it still not working for me, so I decided to ask you for help.
I create a simple power app using SharePoint list with column Type Yes/No, and using power Automate to send emails with the information that was sent by the power app.
So, my problem is when I use Automate flow 'Send an email' information back as True / False but I wanted to change that information back with Pass / Fail.
Already try use:
if(equals(triggerBody()?['InternalColumnName'],True),'Pass','Fail')
But then information always back with Fail only
App:
Flow:
Back to email Fail but it had to back Pass
Can someone help me, I'm completely new to this, but I'm try learning. Thanks
Regards