Forum Discussion
Saving PowerApps app results to SharePoint list using service account instead of app user
Hi Henning Strand , have you thought of doing the test with Microsoft Forms then saving the results to a SharePoint list via Flow? It works well and means those taking the test don't need to have access to the SharePoint list.
Rob
Los Gallardos
- Henning StrandMay 23, 2019Brass Contributor
RobElliott, yes I did try that approach first, but as the info sent into the Flow is very limited I discarded the idea pretty quickly. For example: There's no way to see in the Flow if the answer the user chose was correct or not. So then I have to build that check into the Flow myself, hard coding comparison values or checking against a SharePoint list, or.. And as I also need the test to run in different languages, I would even have to create multiple Forms and Flows.
- Dean_GrossMay 23, 2019Silver Contributor
Henning Strand you can identify the correct answers in the Forms Quiz, see https://support.office.com/en-us/article/adjust-your-form-or-quiz-settings-in-microsoft-forms-f255a4ba-e03c-4e12-b880-f7e8b62e0665
- Henning StrandMay 23, 2019Brass Contributor
Dean_Gross, yes I know, but I have not seen this reflected in the Flow action. I need to know in the Flow if the answer sent in is correct or not.