I am currently working on a flow that allows a user to change the column choice from an email. I have a column called "Approval Status" that has 5 choices: Approved, not allowed, unknown, submit for re-approval, and does not need approval.
My logic is:
1. Send an email to the user that includes the document, ask the user what their choice is
2. Populate "Approval Status" with the user's choice
Is this possible to do with flow? Thanks.