I would like to use a string variable to display which component is currently being utilized with a variant interaction.
I have 100 instances of a component. The component has a property called “Component Name”. When the mouse enters one of these components, I would like the prototype variable to be updated to the instance value of the property.
It would be preferable to define this in the component definition, rather than on each of the 100 instances.
Is it possible currently to create a variant interaction:
- Mouse Enter
- Set Variable
- Variable Target: # Component Name
- to: Component Name
?