I have the following options in a multiselect field with:
Table sample options:
first row: “$5,400” & “10,400”
second row: “10,400” & “Promo”
How can I extract the first option; for first row would be “$5,400” and for second row should be “$10,400”
...