Get Catalog variables in flow desginer

indrajeetma
Tera Guru

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?

4 REPLIES 4

Valmik Patil1
Kilo Sage

Hello @indrajeetma ,

you can use "Get Catalog Variables" action to get fields in the form.

Thanks,

Valmik Patil

shivatmika_19
Tera Guru

Hi @indrajeetma

Are you referring to the below image variables

Screenshot 2024-12-05 at 6.24.42 PM.png

Juhi Poddar
Kilo Patron

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

indrajeetma
Tera Guru

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?