Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Radio Button Response Recording

Like (0) ShareShare
ReportReport
Posted on 8 Jul 2022 11:55:10 by

I'm creating a power app that includes multiple screens, each with a sequence of radio button selection options. I want to record all of the collected data neatly but can't figure it out. Does anyone know how to write all of the results back to an Excel file?

 

thank you!

Categories:
  • Verified answer
    v-yujincui-msft Profile Picture
    on 11 Jul 2022 at 07:21:36
    Re: Radio Button Response Recording

    Hi @Anonymous ,

     

    Do you want to save all selected values to an excel table?

    If these Radio Controls are in multiple Form Controls, maybe you could try the following formula:

     

    Patch(DataSource,Defaults(DataSource),Form1.Updates,Form2.Updates)

     

    If these Radio Controls are just on multiple screens, maybe you could try as follows:

     

    Patch(DataSource,Defaults(DataSource),{ColumnName1:Radio1.Selected.Value,ColumnName2:Radio2.Selected.Value,ColumnName3:Radio3.Selected.Value,ColumnName1:Radio4.Selected.Value})

     

    vyujincuimsft_1-1657524240778.png

    https://docs.microsoft.com/en-us/power-platform/power-fx/reference/function-patch#modify-or-create-a-record-in-a-data-source-1

     

     

     

    Best Regards,
    Charlie Choi

  • TheRobRush Profile Picture
    11,121 Super User 2025 Season 1 on 08 Jul 2022 at 14:52:13
    Re: Radio Button Response Recording

    What is the use case for this going to be? PowerApps may not necessarily be your best Microsoft tool for just collecting responses. So curious what the work flow for this app will be overall.

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Building Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 106 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 73

#3
stampcoin Profile Picture

stampcoin 52

Overall leaderboard
Loading started