Adding Variable Question via Flow Designer

Cirrus
Kilo Sage

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)?

1 ACCEPTED SOLUTION

Saurabh Gupta
Kilo Patron
Kilo Patron

Hi @Cirrus 
This looks weird but is the known behavior.

You can use script to get the display value.

How can you get the display value of a select box in Flow Designer - Support and Troubleshooting (se...

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

View solution in original post

2 REPLIES 2

Saurabh Gupta
Kilo Patron
Kilo Patron

Hi @Cirrus 
This looks weird but is the known behavior.

You can use script to get the display value.

How can you get the display value of a select box in Flow Designer - Support and Troubleshooting (se...

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

Cirrus
Kilo Sage

Thanks Saurabh