Avatar

Level 10

Hi Abhiram,

The problem is that the Submit by email  (or export XML), will only pass the value of the dropdown object.

In your case the value is set to the "token" or bound value of the dropdown. This is why the Submit/Export only shows the token and not the uiname.

Can you change the dependancies? Instead of script in other objects looking at the dropdown's .rawValue, you could use .getDisplayItem() (see here http://assure.ly/fYCuQ2).

Alternatively in the Dynamic properties you could set Item value to uiname as well.

This would mean that later script would need to reference "India" instead of "IN"; "Australis" instead of "AU", etc.

Maybe someone else would have a better workaround.

Good luck,

Niall