I have a requirement to update a SharePoint list item with the name of the person who is pending a flow approvalCurrently the flow pauses in the 'approval' stage and then processes other rules. I need an action when the approval is sent to then also update a SPO list column with the person who was sent the approval. Parallel won't work because it does not have the name of the approver yet.
Solved! Go to Solution.
Can you explain why you say "Parallel won't work because it does not have the name of the approver yet"? A screen shot of that portion of your Flow would be helpful. Is there a reason why you can't set a variable to hold the approvers email address? Then, you can use that variable to update the list an then start the approval?
If this addresses your issue, please mark your post as Solved.
Scott
Hi @cortese98 ,
You want get the approver name to update a list item.
I have made a test on my side, please take a try with the following workaround:
You can set the 'configure run after' of the 'Update item' to 'has time out'.
Best Regards,
Community Support Team _ Zhongys
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Can you explain why you say "Parallel won't work because it does not have the name of the approver yet"? A screen shot of that portion of your Flow would be helpful. Is there a reason why you can't set a variable to hold the approvers email address? Then, you can use that variable to update the list an then start the approval?
If this addresses your issue, please mark your post as Solved.
Scott
I was wrong, the parrell will work for what I needed. Thank you