Flow designer - how to get approval's comments
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2021 08:08 AM
Hello All,
I have a basic approval flow in Flow Designer:
- If approved do this
- If not approved do that
Do you know if it is possible to"get" or "lookup" the approval's (or rejection) comments?
I'd like to update the record (in this case the "additional comments" of the requested items with the comments of all approvers.
Thanks.
- Labels:
-
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2021 12:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2021 12:17 PM
Appreciate you sharing. Hopefully, they can resolve this. Seems like a simple oversight.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2023 10:39 AM
I was able to make it work in Flow designer by doing "lookup record" on the sysapproval_approver table and using the condition of "approving" is "Trigger - Requested item" data pill. Then send an email action and using the "approval records - comments" data pill.
This allowed me to pull the comments from the rejection into the email/flow without scripting anything but I would think it should work for any comments regardless of approved or rejected.