- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2023 10:53 AM
Scenario of the New User Setup Flow Design:
When someone request a new user setup, it creates a request creates a request item and then creates three different catalog task to go to different department within our team.
What I would like flow designer to do:
I want to be able to have one of the catalog task to be assigned to specific person within the application teams. This is my current flow designer that is not working:
The catalog task for app teams should update to the assigned person BASED ON the trigger record requested for --> department
Ex:
If someone from HR or the business unit request a new user setup. It creates three catalog tasks and one of the catalog tasks goes to the application team. What it should do is, once this catalog task for apps team is created, it should be assigned to Jonesy Jones based on flow designer.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2023 02:13 PM
Can you do
trigger - record created --> request record --> opened by --> department -->Name = Name of the Department?
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2023 11:59 AM
No. You can always uncheck the Wait flag in the Create Catalog Task.
But if the Parallel job is running for you, it is fine. The only change i would make is adding If condition before Create Catalog Task
So it would be
If Condition -> Create Catalog Task [Assign to user in the task itself] -> If Condition ->Create Catalog Task [Assign to user in task itself]
You shouldn't need Update Catalog Task
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2023 11:46 AM
So my flow did not work.
And I tried to just limit to just one IF statement to understand what is going on:
My condition was based on the trigger record of the person who opened the ticket, the department = Utilities Customer Services should go to Jonesy Jones.
But it ran as false. My condition keeps running as false.
do you have any idea why it keeps running false?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2023 12:06 PM
Do you need to compare the display value of the department?
Looks like it is comparing the sysid right now. So you may need to dot walk in the condition to Name of the department
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2023 01:17 PM
My condition was trigger - record created --> request record --> opened by --> department = the name of the department.
The condition was suppose to create the task and assign to a specific person when the opened by has a department named Utilities Customer Services.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2023 02:13 PM
Can you do
trigger - record created --> request record --> opened by --> department -->Name = Name of the Department?
Please mark this response as correct or helpful if it assisted you with your question.