Populate filled in variable name and values to RITM Description
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2023 12:20 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2023 09:46 AM
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
Once variables are in then you can access these variables like this in script
Please mark this helpful if it does. Meanwhile if I get anyway to get the variables label, I will let you know
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2023 06:44 PM
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