I am trying to design something where when I click one chip it becomes active and every other chip becomes inactive.
I cannot achieve this no matter what I try. AI is telling me to write an expression in design mode; i cannot do this. This is for potentially hundreds of chips, I can’t make a variable for each one.
Ideally I would like to do the following:
- In PROTOTYPE: When a chip is clicked, set a variable to that name.
- In DESIGN: In the instance, set its state to a condition, ie “if chipName == [this chip], make this active. Otherwise inactive:
I cannot find any way to do this. Someone please help me. AI says that there should be a f(x) button in the assign variable dropdown in design mode but it’s not there, despite me being on a pro plan.
