I wonder if anyone got a better idea to implement this.
I have a javascript running on the page via an expression element.
The script output 4 lists of numbers.
I have 4 JavascripttoBubble elements to take each of the list back to bubble.
Is it possible to use 1 JavascripttoBubble element to output the four lists as a dataype or json so that Bubble can access each of the list?
I imagine one element is much more efficient than 4.