Aug 20 2020 10:04 AM
Hello,
I have a flow where a request is made to manager 1, and if approved, it goes to manager 2.
I want manager 2, in the approval request he receives, to see the comments of manager 1.
It seems simple enough, where I update the list with the comments from manager 1, and then pull from the list these comments and insert them into the approval request for manager 2.
However it is not working, it shows up as blank in the request.
Is there something I need to do to ensure that if the list is updated mid-flow, that I can reference the updated content in a later part of the flow and it will actually pull the data?
See below my flow
Aug 22 2020 10:47 PM
SolutionAug 25 2020 06:41 AM
@Chris Webb Thanks for your feedback. I believe your method would have been successful.
I was able to change my flow to have apply to each within the other apply to reaches. Then, the option for comments from different approvals of the flow would appear and I was able to select comments from the first approver and also the second approver.
I believe my issue was my apply to each were not nested within each other.
Your answer did however teach me that it is not possible to update an item and then pull from that item within the same flow, without "getting" the updated item first since Sharepoint will consider only the original field. Thanks for that.
Jan 18 2021 11:20 AM