
Announcements
Hello everyone,
I created a quiz app for an event of my company. There is a ranking on it, that I created using a sharepoint list. I am using a flow from power automate to update the list and also the ranking. The problem is that I can't add persons to the sharepoint site (it is a massive number of people accessing the quiz by scanning a qr code) so they don't have the permissions needed to update the list and the flow fails. How can I do this ranking system ?
Hi @Anonymous ,
You could try:
1\Build a Microsoft Form for your users to collect info.
2\Share the form link to your users.
3\Build a flow
a\Trigger---When a new response arrive
b\Get response detail
c\Create a new item in the SharePoint list with the info from the response
Best Regards,
Bof