Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Is it possible to change created by in flow generated PDF file

(0) ShareShare
ReportReport
Posted on by 1,257 Super User 2024 Season 1

I have a flow that picks up data from an MS form.  It then creates a PDF from that data and saves it in a folder all good ! excepted the created by is always my name, where as I would like it to be the person who submits the data to the form.. is this possible?

  • alanvelasquez Profile Picture
    2 on at
    Re: Is it possible to change created by in flow generated PDF file

    It works! Thank you

  • Verified answer
    tom_riha Profile Picture
    10,127 Most Valuable Professional on at
    Re: Is it possible to change created by in flow generated PDF file

    Hello @vffdd ,

    you can do that with an HTTP request by updating the "Author" field:

    image.png

    and I'd recommend updating also the Editor field at the same time to keep it consistent.

    Method: POST
    
    Uri: 
    _api/web/lists/GetByTitle('<ListName>')/items(<ItemID>)/validateUpdateListItem
    
    Body:
    {
     "formValues":[
    	{
    	 "FieldName": "Author",
    	 "FieldValue": "[{'Key':'i:0#.f|membership|<new author email>'}]"
    	},
    	{
    	 "FieldName": "Editor",
    	 "FieldValue": "[{'Key':'i:0#.f|membership|<new editor email>'}]"
    	}
     ],
    "bNewDocumentUpdate": true
    }

     

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

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 566 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 516 Super User 2025 Season 1

#3
stampcoin Profile Picture

stampcoin 492