How to assign assignment group with different criteria into flow design
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2025 05:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2025 07:49 AM
Step 1: Create Flow Variable with type True/False and set Flow variable as shown below and Update script with property
Step 3: Else create task with default group
Thanks,
Swathi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2025 07:20 AM
Hi,
Thanks for reply, my client asked to change the flow. initially task should be created with default assignment group. then check the condition:
.If system property indicates that the Site is one of the locations mentioned in the system property, no further action required. end loop
.If the location does not have an active local support group, no further action required. end loop
.If the location does have an active location support group, then update the task assignment group with this value.
i tried to change the flow - first created task then check these 3 condition, but task has created with default assignment group value then these 3 conditions not triggered. can u help me on that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2025 07:33 AM
how are you checking those conditions? share the screenshots of each IF else IF
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
04-22-2025 10:16 AM
Step 1: Create task, then fetching group values from location point of contact table depands on location value.
Step2: if count < 0, it means location doesnt have active support group. then end loop. no changes required in the task.
Step 3: if the location has active support group and if the value mentioned system property matches, end loop no update required into task.
Step 4: If the location does have an active location support group, then update the assignment group with this value.
Issue: my flow didnt trigger after creation of task, it didnt check there conditions. Thanks.