So I have this approval process flow and everything works great, but I want to be able to update two columns in my sharepoint document library without overwriting the previous data and instead just appending to it. Basically this flow is for a document library that has forms that a lot of people need to review and either approve or reject and I want it so that the columns: 'Approved By:' & 'Rejected By:' will show everyone who has either approved the form or rejected the form. Right now as it is, I can get a users name in either of those columns depending on whether they choose "approve" or "reject" but the second another user lets say "approves" then the last user who approved it is gone from the "Approved By:" column and now the most recent user name is there. I understand why this is happening, but does anyone know if theres a way to just append all the names of the people who approve/reject the form to either instead of update and replace. Currently the "Approved by:" and Rejected By:" columns are multiple lines of text, but I've also had the same issue using of type person or group.


