Toolbox plugin - collection of utility elements

In your script you’ll need to extract the paramlists using the properties get() method to send them to the outputlists as arrays. There’s more information in the plugin’s documentation.

Essentially what Toolbox is doing is running code through it’s plugin elements’ instance and any lists passed to an instance is a Bubble ‘properties’ object that needs to be extracted using it’s get() method.

Thank you. Makes sense. This is the first time I needed to send a list which explains why it worked previously.

I’m still curious on how to map the five options in the Run JavaScript action to the four options in the JS2Bubble event.