Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Change author of record in 'Created by' column

(0) ShareShare
ReportReport
Posted on by 102

Dear PA Users,

 

I'm creating a "Suggestion Box" to a company. I added in SP list a Column named "Anonymous" (Yes/No). I would like to hide the creator of the record, if the person would like to give a suggestion anonymously. Is that possible? How can I reach that? I'm wondering if there is a possibility to create a flow:

Karol_0-1646680114834.png

 

"When Anonymous = Yes, make a Service_Account creator of that record in "Created by" column"

 

Maybe it's trivial, but I cannot find a solution. Thank you in advance.

 

Best Regards,

Karol

  • pkolodzi Profile Picture
    2 on at
    Re: Change author of record in 'Created by' column

    Is it possible to add an email from the person who sends this email? I don't want one specific one by default.
    Below is the code I entered, but unfortunately it still does not work

     

    pkolodzi_0-1657030091671.png

     

  • Karol Profile Picture
    102 on at
    Re: Change author of record in 'Created by' column

    Dear @ekarim2020  thanks.

     

    I noticed that I had no Site Owner permissions, I gave proper privileges 5 mins ago. I'll check it later, because it's not working, maybe it needs time to "sync" in the cloud.

  • Verified answer
    Ellis Karim Profile Picture
    11,135 Super User 2025 Season 1 on at
    Re: Change author of record in 'Created by' column

    I've just created the flow and successfully changed both the author and editor

    {
     "formValues": [
     {
     "FieldName": "Author",
     "FieldValue": "[{'Key':'i:0#.f|membership|AlexW@dev365.com'}]"
     }
     ],
     "bNewDocumentUpdate": true
    }

     

    (1) Make sure that the Uri starts with an underscore character:

    Snag_1736024.png

    (2) The error 401 Unauthorized may indicate a permissions problem? Do you have Site Owner permissions to the SharePoint site?

     


    Ellis
    ____________________________________
    If I have answered your question, please mark the post as Solved.
    If you like my response, please give it a Thumbs Up.

     

  • Karol Profile Picture
    102 on at
    Re: Change author of record in 'Created by' column

    Dear @ekarim2020,

     

     I got stuck:

     

    Karol_0-1646690702761.png

    Karol_1-1646690747211.png

     

     

     

    401 UNAUTHORIZED

    I copied 1:1 everything from that link. Any ideas?

     

    Body:
    {
    "formValues":[
    {
    "FieldName": "Author",
    "FieldValue": "[{'Key':'i:0#.f|membership|rpauser@domain.com'}]"
    },
    {
    "FieldName": "Editor",
    "FieldValue": "[{'Key':'i:0#.f|membership|rpauser@domain.com'}]"
    }
    ],
    "bNewDocumentUpdate": true
    }
    }

  • Verified answer
    Ellis Karim Profile Picture
    11,135 Super User 2025 Season 1 on at
    Re: Change author of record in 'Created by' column

    See: How to change SharePoint item author (Created By) with Power Automate


    Ellis
    ____________________________________
    If I have answered your question, please mark the post as Solved.
    If you like my response, please give it a Thumbs Up.

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June 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 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1