- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2024 10:15 PM
Can Someone Help me to do this , as i can not do it and tell me step by step how can i do it ? it is for the incident module
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2024 10:27 PM
Hi @RullaD
1. Navigate to Flow Designer by typing Flow Designer in the filter navigator :
2. Click on New -> Flow
3. Give your flow a name, description (Optional) and set run As System User and click Build Flow :
4. Add the trigger for your flow as Record Created, table as incident and click Done :
5. Add Update Record action by searching for Update Record and configure it as shown below by dropping the Incident Record created from the trigger in the record input :
6. Add Wait for Condition to let the flow wait until assignment group is empty :
7. Add Stage between these two actions by moving the cursor between the two actions and clicking on Add a Stage. Select Incident Open as the stage :
8. Make use of Update Record action again to update the incident state to In-Progress :
9. Add Ask for Approval action and configure it as below :
10. Finally, add an if condition from flow logic to check the approval status. Inside the if approved block, add the Update Record action to update the incident state to closed :
Add the stage incident closed :
Thanks and Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2024 02:23 PM
Hello
1) it did not appear also
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2024 08:58 PM
Please configure as shown below.
Please mark this response as correct and helpful if it assisted you with your question.