Need help accessing data that is in a Reusable Element that is inside a Repeating group

So.. I have a Repeating group in my page and each cell contains a Reusable Element. How can I do to get a piece of information when an action occurrs within the Reusable?

Unfortunately, orchestra plugin wont cut it since musicians and maestro are not in the same page and also URL params are not enough.

Simple…

Add a JavaScriptToBubble element on your main page (set to publish a value, of the correct type).

Then inside your reusable element, when the action occurs, just call that JS2Bubble element using a Run Javascript action and pass the relevant data into it.

Ohhh man thanks a lot, never thought if it!

1 Like