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 / Set Created By in LIST...
Power Automate
Unanswered

Set Created By in LIST based on Responder in FORM

(0) ShareShare
ReportReport
Posted on by 19

I'm setting up a simple Power Automate to create an entry in a List based on a form submission in Forms.  As expected, the Created By in the List entry is the owner of the automation flow.

 

Is there a way to set the Created By in the List entry to the responder on the Form using Power Automate?

 

I have seen a similar post where the answer involved calling a REST function, but I confess I'm new to Power Automate and the example was not complete enough for me to understand how to accomplish this from inside the flow.  I also tried using the AI on Copilot and it made a change that looked promising but it failed when it executed as it seemed to have used schema references that were no longer valid.

 

Categories:
I have the same question (0)
  • Verified answer
    Expiscornovus Profile Picture
    33,189 Most Valuable Professional on at

    Hi @JeffHallett,

     

    You can use a Send an HTTP request to SharePoint action for this. With in that action you can update the Author field value of the existing item via the ValidateUpdateListItem method. @tom_riha has written a nice blog about this approach: https://tomriha.com/how-to-change-sharepoint-item-author-created-by-with-power-automate/

     

    Below is an example

     

    1. In this sample first the list item is created in a list called Update Created By. 

     

    2. With an Send an HTTP request to SharePoint action that item is updated. The Responders' Email field is used for that in the Body. Also the ID of the Create Item is used in the URI

     

    URI

    _api/web/lists/GetByTitle('Update Created By')/items(@{outputs('Create_item')?['body/ID']})/validateUpdateListItem

     

    Body

    {
     "formValues":[
    	{
    	 "FieldName": "Author",
    	 "FieldValue": "[{'Key':'i:0#.f|membership|@{outputs('Get_response_details')?['body/responder']}'}]"
    	}
     ],
    "bNewDocumentUpdate": true
    }

     

    updateauthor.png

  • JeffHallett Profile Picture
    19 on at

    Thanks! Going to check this out right away!

     

  • ScottAD Profile Picture
    39 on at

    Just want to say this worked perfectly for me!

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…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 522 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 364 Moderator

#3
abm abm Profile Picture

abm abm 243 Most Valuable Professional

Last 30 days Overall leaderboard