Forum Discussion
Mo_Islam
May 11, 2020Copper Contributor
Allow public to fill in list form without access to List views
Hi I am creating a complaints log, a bit like a help desk ticketing system. Is there a way to have the Input form separate without allowing public to view the full list. I created a separate page ...
RobElliott
May 11, 2020Silver Contributor
Mo_Islam unless you want to send the submitted an email or do some other actions you don't really need to use a flow in Power Automate. As Rob Ellis mentioned, a Power Apps app is the way we do thi and use the Patch function to save the data directly to the list. We embed the form in a SharePoint page with the Microsoft Power Apps webpart, and once they've saved it it navigates back to the first screen of the app. So they never see the list.
Rob
Los Gallardos
Microsoft Power Automate Community Super User.
Mo_Islam
May 12, 2020Copper Contributor
RobElliott Thank you for this. I looked at powerapps and managed to add it on a webpage, however I do not know how to add a submit button and how to direct it back to the form page.
Thank you