
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2024 09:12 AM
Advice please.
We have a catalog item with a multiple choice variable of product selected. The choices are Product A, Product B with values product_a and product_b. Using flow designer, we need to send an email on submission, the first line of which is Product Selected: xxx
This is achieved by dragging in the get catalog variable data pill for product_selected, but the resulting email appears as Product Selected: product_a which looks a bit unprofessional.
Is there a way to make it read Product Selected: Product A (so it drags in the variable question rather than its name value)?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2024 09:22 AM - edited 01-18-2024 09:31 AM
Hi @Cirrus
This looks weird but is the known behavior.
You can use script to get the display value.
C |
If the provided solution meets your needs, kindly consider marking it as helpful and accepting it as the solution. This helps others who may have similar questions. |
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2024 09:22 AM - edited 01-18-2024 09:31 AM
Hi @Cirrus
This looks weird but is the known behavior.
You can use script to get the display value.
C |
If the provided solution meets your needs, kindly consider marking it as helpful and accepting it as the solution. This helps others who may have similar questions. |
Thanks and Regards,
Saurabh Gupta

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 12:54 AM
Thanks Saurabh