- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 09:55 AM
SCTASK are being created but they are not showing on the RITM. Does anyone know what might be causing this?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 09:59 AM
@sola2 It looks like you are not setting the request_item field on your Create Task step hence the SC Task is not shown on the RITM. Set the request_item field with the sys_id of RITM and it will start showing up on the RITM.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 10:09 AM
Also there is a more specific Activity called "Create Catalog Task" which creates the relationship automatically and - more importantly - enables selecting which variables of the parent Requested Item will show up in the Variable Editor on the Catalog Task form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 11:02 AM
Hi @sola2 ,
You can use the "create catalog task" action which is available in flow designer as shown below you can drag and drop the Requested item Record pill and you can utilise the "Fields" to pull the RITM record field value to SC task record.
Please mark this comment as Correct Answer/Helpful if it helped you.
Regards,
Swathi Sarang

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 09:59 AM
@sola2 It looks like you are not setting the request_item field on your Create Task step hence the SC Task is not shown on the RITM. Set the request_item field with the sys_id of RITM and it will start showing up on the RITM.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 10:09 AM
Also there is a more specific Activity called "Create Catalog Task" which creates the relationship automatically and - more importantly - enables selecting which variables of the parent Requested Item will show up in the Variable Editor on the Catalog Task form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 01:24 PM
@-O- Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 02:34 PM
You're most welcome.
Thanks for marking the correct answers.