Add value in field and show different content on front end

In the Tax Value field, I want to add 2 values in the sheet as shown in the image, but on the front end, I want to add the title "Tax option 1" for 0.02 and "Tax option 2" for 0.03

Saima_Gul_0-1661925225885.png

 

Solved Solved
0 1 94
1 ACCEPTED SOLUTION

One way you can do it is 

  • create another field of type ENUM with values, Tax Option 1 & 2. Show this in your UX
  • create a field that holds the real tax value with an AppFormula (i.e. SWITCH) that calculates the appropriate value based on the selection of the first field. You can hide this field from your UX

View solution in original post

1 REPLY 1

One way you can do it is 

  • create another field of type ENUM with values, Tax Option 1 & 2. Show this in your UX
  • create a field that holds the real tax value with an AppFormula (i.e. SWITCH) that calculates the appropriate value based on the selection of the first field. You can hide this field from your UX
Top Labels in this Space