Hi,
I've created an approval flow where my manager can create a list item on SharePoint, and in that list item designate who is an approver. After creating this item, the people listed in the "Approver" field will automatically receive emails prompting them to approve or reject the item. I then added an action step that should add a response summary to the body of the SharePoint item once it receives all of the responses. So lets say person A, B, and C are approvers and A approves, B rejects, and C approves. The SharePoint list item should update to include a summary of this, indicating the various people names and their approvals/rejections. The problem is, SharePoint is only updating the body of the list item to include the most recent action. So let's say person A approves, then B rejects, and then C approves in chronological order, the SharePoint list item body will only indicate the person C approved, and nothing else. How can I get it to show all approvers and their respective responses?
Thank you!