Populate filled in variable name and values to RITM Description

Somujit1
Tera Contributor

Hi All,

 

Is there a way I can define in the Flow designer, to display the variable names and filled in values on the RITM Description field for the catalog item being requested 

I created a RITM Update record action in the flow to update the Description where it gives me option to select values using data pill and also shows a script option.

Not sure on how to proceed with the script to fetch the variable name and values to display.

 

Regards,

Somujit

2 REPLIES 2

umaaggarwal
Giga Guru
Giga Guru

Hi,

 

You need to use Action get Catalog Variables   and once that is done use next action as Update record

Getting variable labels is bit tricky but you can access values if you can hardcode the labels 

 

 

umaaggarwal_0-1684860156708.png

 

Once variables are in then you can access these variables like this in script 

 

umaaggarwal_1-1684860240335.png

Please mark this helpful if it does. Meanwhile if I get anyway to get the variables label, I will let you know 

Hi,

Thanks for your reply.

With the above option you suggested, we will need to define the variables explicitly in the script which we want to display.

In our case, the catalog items use a common flow and we have different variables defined across catalog items. We want the RITM Short description to be populated with only the filled in variables specific to the catalog item being requested.

Any suggestions if that would be possible?

 

Regards,

Somujit