web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Create new List elemen...
Power Automate
Answered

Create new List elements in a listfolder

(0) ShareShare
ReportReport
Posted on by 7

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 🙂

Categories:
I have the same question (0)
  • Verified answer
    SamLed Profile Picture
    2,338 Moderator on at

    Hi @ToWag,

     

    Following Rest API call updates "Created by" (Author)  and "Modified by" (Editor) fields value:

    SamLed_1-1709210838830.png

     

    Uri: 

     

    _api/web/Lists/GetbyTitle('<List Tttle>')/items(<Item ID>)/ValidateUpdateListItem

     

     

    Headers:

     

     

    {
     "Accept": "application/json; odata=verbose",
     "Content-Type": "application/json; odata=verbose"
    }

     

     

     

    Body:

     

     

    {
    	"formValues": [
    		{
    			"__metadata": { "type": "SP.ListItemFormUpdateValue" },
    			"FieldName":"Editor",
    			"FieldValue":"[{'Key':'i:0#.f|membership|<user email>'}]"
    		},
    		{
    			"__metadata": { "type": "SP.ListItemFormUpdateValue" },
    			"FieldName":"Author",
    			"FieldValue":"[{'Key':'i:0#.f|membership|<user email>'}]"
    		}
    	]
    }

     

     

     

    ______________________________________________________________

    If I have answered your question, please Accept the post as solution.
    If you like my response, please Thumbs Up.

  • ToWag Profile Picture
    7 on at

    Awesome! It worked at first try. Thank you very much 🙂

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
trice602 Profile Picture

trice602 248 Super User 2026 Season 1

#2
David_MA Profile Picture

David_MA 207 Super User 2026 Season 1

#3
Power Platform 1919 Profile Picture

Power Platform 1919 101 Super User 2026 Season 1

Last 30 days Overall leaderboard