Skip to main content

Hi I’m trying to potentially make interactions between two assets (if that’s possible). I have a drop down menu where you select from a number from 1-3. I would like there to be a interaction between the number you select in the drop down menu to an asset that will display the number you select in text format. the context is: someone will select the number to represent how many vacant positions we have and then this number will be displayed in text format.


Yes, you can do this using a number variable. When you select an option from the dropdown you set the number variable equal to the selected option’s number. Then you assign a text field to that number variable and it will change accordingly.


View Prototype

Get Example File




Oh okay amazing this is really cool thank you for providing the example!


Really appreciate this answer 🙂


Reply