Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

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

(0) ShareShare
ReportReport
Posted on 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,153 Super User 2025 Season 1 on at
    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

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard >