Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
Unanswered

Updating list item without overwriting previous entry

(0) ShareShare
ReportReport
Posted on by

Hello All, 

 

My goal is to create a flow for when someone responds to my ticket confirmation email it updates a "comment" column I've created in my list with their response. The flow works except when a new response comes through it will simply overwrite what was in the column previously.  I would like it to add onto what was written previously. Hoping it will look something like this: 

 

Person1@email.com

Sample text here. 

Person2@email.com

Response to sample text here. 

 

tempsnip.png

  • Pstork1 Profile Picture
    65,890 Most Valuable Professional on at
    Re: Updating list item without overwriting previous entry

    Its a very nice option inside SharePoint, but its very difficult to work with it anywhere else.  I didn't realize how it worked either until someone on the forums asked why they couldn't retrieve the full list.  I built a solution to do it in Power Automate, but it requires using HTTP REST calls to retrieve all the versions and then filtering out the empty ones and concatenating the rest.  Its not pretty.

  • takolota1 Profile Picture
    4,857 Super User 2025 Season 1 on at
    Re: Updating list item without overwriting previous entry

    @Pstork1 

     

    Oh shoot. Thanks for the heads up, I’ve never needed to use it that way, I just saw the option one day while working on something else and thought “oh that’s a cool other way to do that.”

  • Pstork1 Profile Picture
    65,890 Most Valuable Professional on at
    Re: Updating list item without overwriting previous entry

    @takolota Just be aware that one problem with that solution is that Power Apps and Power Automate will only retrieve the last text entered into that column.  To get all the entries you need to do a fairly complex process of retrieving all the previous versions.  SharePoint does it in the list automatically, but its not easy to duplicate that elsewhere.

  • takolota1 Profile Picture
    4,857 Super User 2025 Season 1 on at
    Re: Updating list item without overwriting previous entry

    Also some SharePoint columns have a built-in option to append any edits to the existing text.

  • Pstork1 Profile Picture
    65,890 Most Valuable Professional on at
    Re: Updating list item without overwriting previous entry

    The Get Items will retrieve the existing items.  That will give you access to the current comments.  Just Concatenate that with the new comment retrieved from the Email and use the result to update the item.

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,522 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,890 Most Valuable Professional

Leaderboard

Featured topics

Restore a deleted flow