I was reading that the Flow runs on the credentials of the user who triggered it.
If one of the steps in the flow is to write to a SharePoint list, do all users who may potentially trigger the flow need permissions to this list?
For my example, I have an Access Request form that a user can fill out, this triggers the flow on submission, writing data to a SharePoint list, but I don't want users (other than a select group) to have access to see this list.
Do I need to set anything up to handle this, do I HAVE to give them all permission to the list?