web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Stuck with checkbox to...
Power Automate
Answered

Stuck with checkbox to yes/no instead true/false

(0) ShareShare
ReportReport
Posted on by

Hi,

 

My flow with PowerApps, SP is almost done. The layout in Outlook is awesome except i need to change checkbox from true/false. When i check the flow, is this the column:

 

@{triggerBody()?['Testcolumn']}. I tried the combination but till know, nothing works. When i copy my examples, Flow doenst see the TestColumn, who sees my fault?

if(equals{(triggerBody()?['testcolumn']},True),'Yes','No')
if(equals@(triggerBody()?['testcolumn'],True),'Yes','No')
if@(equals@(triggerBody()?['testcolumn'],True),'Yes','No')
if(@equals@(triggerBody()?['testcolumn'],True),'Yes','No')

Categories:
I have the same question (0)
  • Verified answer
    efialttes Profile Picture
    14,756 on at

    @Anonymous 

     

    The easyest way to add an expression in Flow is by means ofthe option Dynamic Content available in almost all Action blocks. If you add it this way you don't need neither {} characters nor the @ character

    Flow_add_expressions.png

     

    What's the format of triggerBody()?['testcolumn']? is it a string or a boolean?

    Do you want to convert it to a string 'Yes' / 'No'?

     

    In my opinion, the easiest way to inspect the content of triggerBody()?['testcolumn'] is to add it as Dynamic Content in a Compose action block, run again the Flow, and inspect the results

    Assuming you want to convert triggerBody()?['testcolumn'] to a 'Yes' / 'No' string, please also note:

    -if triggerBody()?['testcolumn'] is type boolean (True / False) you can represent it by different means, one of then is by means of the expressions: bool(1) / bool(0). So... if(equals(triggerBody()?['testcolumn'],bool(1)),'Yes','No')

    -if triggerBody()?['testcolumn'] is type string, you need to use ' character. So... if(equals(triggerBody()?['testcolumn'],'True'),'Yes','No')

     

    Hope this helps

  • Community Power Platform Member Profile Picture
    on at

    Hi! 

     

    That looks nice. I used the checkbox column in the Send to outlook connector. After this i saw the output was true or false instead yes/no. I will try your solution, thanks!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 503 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 321 Moderator

#3
abm abm Profile Picture

abm abm 237 Most Valuable Professional

Last 30 days Overall leaderboard