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

Community site session details

Session Id : jNcjID/VVtG5I3X88Gy79v
Power Automate - Building Flows
Answered

Change author of record in 'Created by' column

Like (0) ShareShare
ReportReport
Posted on 7 Mar 2022 19:08:58 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

I have the same question (0)
  • pkolodzi Profile Picture
    2 on 05 Jul 2022 at 14:08:21
    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 07 Mar 2022 at 22:50:50
    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,213 Super User 2025 Season 2 on 07 Mar 2022 at 22:48:57
    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 07 Mar 2022 at 22:07:56
    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,213 Super User 2025 Season 2 on 07 Mar 2022 at 20:31:20
    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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Tomac Profile Picture

Tomac 986 Moderator

#2
stampcoin Profile Picture

stampcoin 699 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 577 Super User 2025 Season 2