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

Community site session details

Session Id : 2EwVa5jqlW0TvNI34AV/Kt
Power Automate - Building Flows
Unanswered

Convert Form response Text into a Yes/No Column in SharePoint

Like (0) ShareShare
ReportReport
Posted on 18 Jun 2023 08:24:40 by 181

Good morning all.

 

I have a form which staff have to complete for certain tasks, I need this form copied into a sharepoint list which is no problem.

 

However, the column on the SharePoint list is a Yes/No (checkbox) column, this means I can't literally copy the response because you can't use dynamic content with this type of formatting in power automate. So, is there an expression I can use, to convert the response from the form (Yes or No) into this particular field?

 

I tried using update item immediately after create an item but that just wiped the whole row.


I cant change the column format because it needs to be a slider in powerapps not a dropdown.

 

Angry_Sys_Admin_0-1687076413357.png

 

Angry_Sys_Admin_1-1687076490499.png

 

Angry_Sys_Admin_2-1687076608499.png

 

Angry_Sys_Admin_3-1687076638481.png

 

 

 

 

  • RobElliott Profile Picture
    10,166 Super User 2025 Season 2 on 18 Jun 2023 at 12:41:49
    Re: Convert Form response Text into a Yes/No Column in SharePoint

    @Angry_Sys_Admin add a string variable (which in this example I've named varSatisfied) and for the value select the Forms question that had the Yes/No answer:

    1-Flow.png

     

     

    Then add a compose action and add the following expression:
    if(equals(variables('varSatisfied'),'Yes'), true, false)


    In your create item action, for the Yes/No column select the outputs of the compose action.

    2-Flow.png

     

    0-Form.png

     

    3-SP.png

     

    Rob
    Los Gallardos
    If I've answered your question or solved your problem, please mark this question as answered. This helps others who have the same question find a solution quickly via the forum search. If you liked my response, please consider giving it a thumbs up. 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

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 2

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 2