- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
I have a requirement to add the comment in the flow designer. I 've a flow it triggers When a project is moved to Planning state and an approval gets requested, I want a Comment to be added as "Approve the project for the next process"
can some one give me an example to how to add the comments in the flow designer
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
I don't think you can add that using "Ask for Approval" flow action. I couldn't find any logic to add.
You can use Before insert business rule on sysapproval_approver and see approval is getting inserted for which table and set the comments
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
⨠Certified Technical Architect || ⨠9x ServiceNow MVP || ⨠ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
Hi @Trupti Krishnam,
you can add it to the action in the particular Flow that is handling the Approval state change.
It can be a hardcoded or using the data pills as well.
Or what's your question? Please share where did oyu get stuck
/* If my response wasnāt a total disaster āļø ā drop a Kudos or Accept as Solution ā āļø Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
@GlideFather I want to add comments for the generated approval
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
I don't think you can add that using "Ask for Approval" flow action. I couldn't find any logic to add.
You can use Before insert business rule on sysapproval_approver and see approval is getting inserted for which table and set the comments
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
⨠Certified Technical Architect || ⨠9x ServiceNow MVP || ⨠ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
I want to add the comments