Flow: Update Catalog Variable action

Rajini2
Mega Sage

I used the OOB Update Catalog Variable action, and I see the values are assigned in the flow context, but variables are empty on the form. The RITM / SCTASK form is not updated with the values that I am trying to assign through the flow. 

 

I also see there is a post regarding this to build a custom action.  

https://www.servicenow.com/community/developer-forum/update-catalog-task-variables-with-flow-designe...

 

What is the best way to update the catalog variables?

 

 

1 ACCEPTED SOLUTION

OlaN
Giga Sage
Giga Sage

Hi,

As far as I know, there is no OOB flow action that lets you set data on catalog variables, but you can make your own action, that does just that.

Maik Skoddow has a great article that explains in detail how to do, check it out.

View solution in original post

6 REPLIES 6

Riya Verma
Kilo Sage
Kilo Sage

Hi @Rajini2 ,

 

Hope you are doing great.

check below links for help

 

https://www.servicenow.com/community/now-platform-forum/how-can-i-update-a-catalog-variable-in-flow-...

https://www.servicenow.com/community/developer-forum/flow-designer-for-service-catalog/m-p/2120985

 

 

 
Please mark the appropriate response as correct answer and helpful, This may help other community users to follow correct solution.
Regards,
Riya Verma

Thanks, see my reply.

OlaN
Giga Sage
Giga Sage

Hi,

As far as I know, there is no OOB flow action that lets you set data on catalog variables, but you can make your own action, that does just that.

Maik Skoddow has a great article that explains in detail how to do, check it out.

Thanks, that is what I followed long time ago. All good and working now.