Hey folks, I'm diving into this challenge for the first time. I've set up a collection list with buttons within each collection item. I've crafted distinct interactions for each button, but now, all the collection items seem to be pointing to a single interaction. How can I make sure each button triggers its own unique interaction?
how many unique interactions?
If we say there are 4 (or at least a reasonable, predictable amount) - I would take a step back and plan the data a little differently.
What if we have 4 toggles in the CMS.
In your collection item you could have 4 buttons and each one has a conditional visibility checking for “if interaction 1 toggle is set, show this button”.
Do that for each button.
Depending on a few factors, you could tie this to a component as well but we can ignore that complexity for now.
If there is some other identifier you could use already in your CMS, that could work to.
Basically, how are you determining which button interaction should show up? Build conditional visibility around that condition.
Yeah give it a shot. Here is the Webflow University article on this.
https://university.webflow.com/lesson/conditional-visibility?topics=cms-dynamic-content