How to Reference Dropdown List "Item" value vs "Export Value"?
How can I reference a field's "Item" value of a dropdown selection, instead of its "Export Value?"
I have multiple items with the same export value but I need to reference the "Item" value.
For example...
Item: "Included", Export Value: 0
Item: "Excluded", Export Value: 0
Item: "$1000", Export Value: 1000
Since the export values of 2 of the items are the same, I need to reference the "Item" value.
I'd also like to populate another form field with the selected item's "Item" value.
