- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2022 03:49 AM
I need to to send an email notification to requester of the story to approve UAT and need to create the approval task also.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2022 04:42 AM
Hi, Please check below screenshot
In if condition=> State changes to UAT
In notification=>Addressee()=> To- Select requested for field value like below
In approval User action => Approvers=> User=> select requested for field
Please try this workflow, it will work
In workflow context table, you can check workflow execution flow
Please mark this as correct answer and helpful if it resolved, or mark this helpful if this help you to reach towards solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2022 04:36 AM
Do notifications not already exist for the approval table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2022 04:42 AM
Hi, Please check below screenshot
In if condition=> State changes to UAT
In notification=>Addressee()=> To- Select requested for field value like below
In approval User action => Approvers=> User=> select requested for field
Please try this workflow, it will work
In workflow context table, you can check workflow execution flow
Please mark this as correct answer and helpful if it resolved, or mark this helpful if this help you to reach towards solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2022 05:30 AM
Hi,
In the approval email I need to put this msg so that the users can approve or reject from the email itself.
Please click here to approve if UAT has passed:${mailto:mailto.approval}
Please click to reject if UAT has failed:${mailto:mailto.rejection}
If you have any question, please reply to this email
Is this poosible.