Hello everyone,
I am working on the following task:
Employees can submit a request using a form. For each submitted request, I create an element in a SharePoint list with the most important details. Employees should have access to this list so that they can only see the requests they have created.
I have tried the following: All employees have read-only access to the list and I have created a list view that filters the "Created by" column by [Me], i.e. they should only be able to see the requests they have created themselves. The problem is that the "Created by" column always contains my name, as I am the creator of the form and this apparently determines the entry in "Created by". My intended filter function therefore does not work. I cannot overwrite the entry in "Created by" either.
My new approach: I have created a folder in a SharePoint list for each employee and would like to save new list entries directly in the folder corresponding to the respective employee. The employee then receives a share link for their folder and not for the entire list. Sharing works perfectly, but now I can't manage to create a list item directly in a list folder using Power Automate. Does anyone know what to do? Does anyone have an alternative solution to my problem?
Thanks in advance 🙂