I am trying to achieve the following:
Show/Hide an element within a component only on certain frames. E.g. On page 1 show a light bulb, on frame 2 do not show it.
I have already one collection of variables used for device type. E.g. Desktop. This works.
now I added another collection to the local variables with two modes, containing a boolean variable in each one.
I would expect this collection to show up within the layer selector, but only the device collection is showing up. Why?