Set Dynamic Text based on dropdown option selected

Trying ti figure out how to set up an “order total”. I have a dropdown with different products, each with different prices. I want the order total to reflect the price specific to the product selected from the dropdown. Can anyone point me in the right direction?

You would set up a type name Product with fields for “product name” and “price” or whatever you want to name them. The order total data would be the dropdown value’s price.

1 Like