- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2022 02:53 AM
Hi All,
I wish to create a flow for my catalog item where it meets the below condition
IF location is remote or Onsite it should create catalog task once this task is closed it should create new catalog task.
If Location is not remote offshore and onsite then create catlog task for onsite team.
Is there any way to achieve this
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2022 07:43 AM
Hi Runda,
As per your requirement, I have created the flow designer. Please replicate the same.
Step 1:
Flow Designer:
1. Trigger:
2. Add Action: Get Catalog Variables. Note it is OOB Action to fetch the all the variables.
Points to be noted: Submitted Request (Requested Item): Select the Trigger>Request Item Record using the Data Pill Picker.
3. Now Your Conditions
If Location is Remote or Onsite, then Create one catalog task. Note Please modify accordingly.
4. Then Create one Catalog task. Select from actions Create Catalog Task. No Need to select the create record actions.
Create Catalog Task Action:
Note: Make sure to check the wait box because until unless the record is closed completed. Then the other task will create.
5. Now your another condition, If the above task is closed complete then only Create the other Catalog task.
For this, I have used Lookup Record to fetch catalog task which is closed ClosedComplete.
There are few important points to consider.
1. Query the table: Catalog Task: sc_task
2. Condition: Request Item.SysID is Trigger.Requested itemRecord & State is Closed Complete. // Basically, to link the the RITM with catalog task
6. If status is Closed Complete, then Create the Catalog task.
Condition Step4> i.e., 4 Catalog Task Record >State is Closed Complete.
Create Task:
7. Your Last Condition if the location is not Remote, offshore. Or if there is any use else if
Then
Final Flow will look like this:
Output: Second task will create once the first task is closed complete.
Else task:
Flow Output:
For Else Condition
If Condition:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2022 02:59 AM
Hi,
Yes it sounds like something that is quite easy to implement.
Have you looked at working with Flow designer at all?
If so, what's the issue? Where are you stuck?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2022 03:04 AM
I am creating my first flow I added trigger as service catalog and added the if condition but I don't know when the catalog task closes how to create another task Do I need to create update record to update the RITM for closed condition

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2022 03:16 AM
Just add another Create Catalog task action.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2022 07:43 AM
Hi Runda,
As per your requirement, I have created the flow designer. Please replicate the same.
Step 1:
Flow Designer:
1. Trigger:
2. Add Action: Get Catalog Variables. Note it is OOB Action to fetch the all the variables.
Points to be noted: Submitted Request (Requested Item): Select the Trigger>Request Item Record using the Data Pill Picker.
3. Now Your Conditions
If Location is Remote or Onsite, then Create one catalog task. Note Please modify accordingly.
4. Then Create one Catalog task. Select from actions Create Catalog Task. No Need to select the create record actions.
Create Catalog Task Action:
Note: Make sure to check the wait box because until unless the record is closed completed. Then the other task will create.
5. Now your another condition, If the above task is closed complete then only Create the other Catalog task.
For this, I have used Lookup Record to fetch catalog task which is closed ClosedComplete.
There are few important points to consider.
1. Query the table: Catalog Task: sc_task
2. Condition: Request Item.SysID is Trigger.Requested itemRecord & State is Closed Complete. // Basically, to link the the RITM with catalog task
6. If status is Closed Complete, then Create the Catalog task.
Condition Step4> i.e., 4 Catalog Task Record >State is Closed Complete.
Create Task:
7. Your Last Condition if the location is not Remote, offshore. Or if there is any use else if
Then
Final Flow will look like this:
Output: Second task will create once the first task is closed complete.
Else task:
Flow Output:
For Else Condition
If Condition: