How to use Catalog variable for a look up schedule flow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 10:03 AM
Unable to fill in the requested item record in the 2nd step -
Any idea on how to add the requested item when the step 1 remains same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 10:30 AM
Hi @gayatri38 ,
As far as I remember the variable is not directly available on the sc_task
Please refer to below thread:
If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!
Thanks & Regards,
Sumanth Meda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 10:40 AM
The variable is from requested item records itself we have to update there , but due to look up in step1 , its not allowing the requested item record.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 10:56 AM
So you are doing a Lookup Records, which will return you multiple records.
So after Step on, you need to add a Logic 'For Each' to run the next set of activities for all the records return from Lookup. After you add For Each, it should show you the RITM record to be selected.
Please mark this response as correct or helpful if it assisted you with your question.