Forum Discussion
How to display approval status from microsoft flow on Sharepoint O365?
- DeletedSep 04, 2018
All you have to do is use the update item action after the approval action. Use the ID from the list item you started the action / flow on. Then in the column you want the approval response to go in, you can select the response field from the approval action shown below.
All you have to do is use the update item action after the approval action. Use the ID from the list item you started the action / flow on. Then in the column you want the approval response to go in, you can select the response field from the approval action shown below.
Hi Christopher,
Thanks for stopping by and answering my post. I guess I am not following the logic. Do I need to create a column on my list called Approval like you have Accompaniments? Here is how my update step looks like right now.
Thank you.
- DeletedSep 05, 2018Yes, you would need a column to hold the approval value if you wanted it listed as part of the list item. What you would have to do is on the list itself, enable management of content types for the list. That way when you add the approval column, you can hide it from the "new" form by editing the default content type in list settings, and going to that content type and making that specific column hidden. Assuming you are collecting data here on this same form to initiate this approval flow.
- DeletedSep 05, 2018
Here is an old example I have, once you enable content types in advanced settings for the list, you can then edit the content type listed shown below, then in the bottom arrows is the screen you see after clicking it. Then you can find the approval column (After you create it) and mark it as hidden. This way people wont' see it on the form when submitting it. And you can add it to your list views as an available column to see.
- Rafael BenicioSep 18, 2018Brass Contributor
Hi Deleted,
Hope you are doing great. Thank you for helping me out with the first approval flow. Since that day, I'm trying to create a 2-Stage approval flow but it ends up failing all the time. Have you ever done 2-Stage approval on the same flow?
Here is the logic I'm thinking about having:
When an item is created > approvals start> Approval is sent to the first supervisor > Supervisor can approve or decline. If Supervisor approves the flows updates and continues > Second approval starts doing the same thing as the first supervisor.
Do you think we could make one flow using this logic? Thank you!