Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

Power App Survey to SharePoint List

(1) ShareShare
ReportReport
Posted on by 108
Hi Everyone,

I am currently building a Power App Survey and am encountering some issues with mapping some questions to my sharepoint list.

Currently I have Questions 1 through to 6 working with Question 4 allowing for multiple choice. However, I am having issues getting Question 7,8 and 9 to map up with various errors poppingup.

In my SharePoint list the column titles are Question7, Question8 and Question9 and their data types are set up as Choice.

An Example of the answer choices for these questions are "0-50", "51-100", "101-200", "201-400" and "400+" these match-up to the properties of the Question7 radio in powerapps with the items exactly.

I have provided a screenshot of the Patch code in the OnSelect of the Submit Buttons properties. As shown, q1-6 work as expected but Q7 i get the following error. (See attached) any assistance would be greatly appreciated.
 
Patch(
   'IA Survey Answers',
   Defaults('IA Survey Answers'),
   {
       Title: Q1.Text,
       Question1: { Value: Q1_Answers.Selected.Value },
       Question2: { Value: Q2_Answers.Selected.Value },
       Question3: { Value:Q3_Answers.Selected.Value},
       Question4: { Value:
       Concat(Q4_Answers.SelectedItems.Value, ", ") },
       Question5: { Value:
       Q5_Answers.Selected.Value },
       Question6: { Value:
       Q6_Answers.Selected.Value },
   
       
       
 
       UserName: UserName,
       UserEmail: UserEmail
       
       
 
       
   }
);



  • Suggested answer
    Michael E. Gernaey Profile Picture
    40,844 Super User 2025 Season 1 on at
    Power App Survey to SharePoint List
    Hi
     
    How do you know its Column7? If you comment it out does the error go away?
     
    Is 7 a Dropdown or Combobox?
     
    If so, then use XXX.Selected not XXX.Selected.Value
     

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 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,618 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,957 Most Valuable Professional

Leaderboard