- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 06:01 AM
Hi everyone,
I have a requirement to send an notification when the change is in state review an all associated change task are in status closed.
How would a achieve this requirement? I created a notification with a condition triggered when inserted or updated with state in "Review" but how can I check that the change task are closed and after that send the notification?
Any help would be nice.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 06:23 AM
This could be a little tricky. I would leverage flow designer for this.
Trigger condition would be change state changes to review.
Then put a look up records step to lookup all related change tasks.
The a for each loop to
Wait for each change task to close (use a wait condition)
After that, have a step to generate an event, which with trigger an email. (Or you can use the email step native to flow designer)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 06:23 AM
This could be a little tricky. I would leverage flow designer for this.
Trigger condition would be change state changes to review.
Then put a look up records step to lookup all related change tasks.
The a for each loop to
Wait for each change task to close (use a wait condition)
After that, have a step to generate an event, which with trigger an email. (Or you can use the email step native to flow designer)