Skip to main content
November 15, 2023
Solved

Can I create interactions between two assets

  • November 15, 2023
  • 2 replies
  • 417 views

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.

This topic has been closed for replies.
Best answer by Nate_G

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

2 replies

Nate_G
Nate_GAnswer
Power Member
November 16, 2023

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

Nate G
November 16, 2023

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

Really appreciate this answer 🙂