Get Catalog variables in flow desginer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2024 03:07 AM
So there is one variable named var1 in the sc_task record name scRecord.
i can access that variable into business rule as as scRecord.variables.var1
but i want to access that variable into flow desginer
1st i get that record by - lookup Record action
then I want to update that var1 variable on it
so i used update record in update record i gave record which i looked up then in i want to update that field but i can't able to access it its not showing so how can i access that field and update it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2024 03:13 AM
Hello @indrajeetma ,
you can use "Get Catalog Variables" action to get fields in the form.
Thanks,
Valmik Patil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2024 04:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2024 05:29 AM
Hello @indrajeetma
Please refer to this servicenow flow variables.
Hope this helps!
"If you found my answer helpful, please like and mark it as an "accepted solution". It helps others find the solution more easily and supports the community!"
Thank You
Juhi Poddar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2024 05:39 AM
But there are multiple sc_task on single RITM if i updated directly the var1 variable then it will update on all that sc tasks?