Hi,
I’ve been playing around with variables and I’ve set up a text string collection for populating dropdowns. However, setting this up right, I had to detach the component from our design system library, because I needed to connect the collections to the layer in the component itself. As I understand, this is not possible on an instance level.
How do you deal with this? Obviously, detaching is not the way I want to go, since I miss the updates on the component.