Current Process
- Powerapps form submitted and recorded in SP
- Flow triggered and email sent to Approver #1 (Send email with options)
- If Approver #1 approves (e.g. condition met) then
1) SP list is updated with response (Update Item)
2) email sent to Approver #2 (Send email with options)
- Approver #2 to approve / reject
- End of process
I have created columns in my SP list for Approver #1 details (First approver name, first approver email, Response, Approval date).
I am currently using the Update Item function and it is successfully updating the response column. How can I get the other columns to reflect the details of the user who actioned the approval?
The update item function only seems to allow me to input the following dynamic content: Modified, Last Modified, etc which aren't working as the emails look like I am the sender.
I am wanting to record in the SP list who and when the two approvers responded to the email requesting for approval.
Any thoughts?