- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2025 02:38 AM
Any idea of below issue
In flow designer. I have a logic that once manager approves 1 sc task, a new sc task must be created to another assignmentgroup.
When manager gives approval, 1st sc task gets approved and state is closed completed but new task isnt created.
The logic I have used is below
Used ask for approval action and if condition matches with approval status, updated the 1st task to closed completed. This is working fine so the condition are net. The next block in same flow is to create new sc task. This is not working
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2025 03:13 AM
you are giving wrong record here, it should be the Requested Item Record
Your one
It should be this
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
05-07-2025 03:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2025 02:46 AM
HI @Snehal13,
Step 1 : Use ask for approval action
Step2: Use ''wait for condtion'' action and set the condition filter as "approval'' is Approved or Rejected.
Step3 : Use if statement to check if the approval was approved , if approved > use Create record action to create ask as needed
Step4: use Else if action to check if rejected or cancelled or other and add action accordingly.
I hope this clear...
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2025 02:48 AM
Hi @Snehal13
Share the flow pic if possible.
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2025 03:05 AM
Please refer the screenshots and details of issue on this question below.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2025 02:49 AM
you didn't share screenshots of your flow
Please share that so that we can help
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