I am new with PowerApps, and not a programmer. Please bear with me...
Looking for a way to create survey described like below:
The intended survey includes two sets of questions
Set 1: the event’s descriptive info such as event category, title, number of attendees etc. which the information should be filled by administration team or pre-populated (even better).
Set 2: The actual survey questions need the recipients to fill out.
Any advice will be helpful. Thanks!
Solved! Go to Solution.
Hi @oliviahan,
First of all, please decide which data source do you want to use to hold the survey results. For example, you can use an Excel file and upload this excel to OneDrive, PowerApps can connect Excel tables that are stored in OneDrive.
You can put the questions in the column title fields of excel table. Then create the auto-generated app by selecting Home > App > Create an app > Start with your data > OneDrive. Then you will be able to see the app, and your users can fill the survey questions in edit form.
If you mean that you want to make the questions editable according to the login user, you can achieve this by:
First unlock the data cards then set the DisplayMode property of each data cards to formula like below:
If(User().Email="Mona@msdnmona.onmicrosoft.com" Or "Mike@xxx.onmicrosoft.com",Edit,View)
Regards,
Mona
The first step is to select a platform for the data sources. Ie. CDS, SharePoint, SqlServer and create the tables, lists, entities etc that will hold your data.
Hi @oliviahan,
First of all, please decide which data source do you want to use to hold the survey results. For example, you can use an Excel file and upload this excel to OneDrive, PowerApps can connect Excel tables that are stored in OneDrive.
You can put the questions in the column title fields of excel table. Then create the auto-generated app by selecting Home > App > Create an app > Start with your data > OneDrive. Then you will be able to see the app, and your users can fill the survey questions in edit form.
If you mean that you want to make the questions editable according to the login user, you can achieve this by:
First unlock the data cards then set the DisplayMode property of each data cards to formula like below:
If(User().Email="Mona@msdnmona.onmicrosoft.com" Or "Mike@xxx.onmicrosoft.com",Edit,View)
Regards,
Mona
Thank you Mona for the details. That provides me a good start. ~Olivia
Check out new user group experience and if you are a leader please create your group
Did you miss the call?? Check out the Power Apps Community Call here!
See the latest Power Apps innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
257 | |
239 | |
83 | |
36 | |
27 |
User | Count |
---|---|
309 | |
268 | |
121 | |
69 | |
46 |