I recently helped a friend out to use the Toolbox plugin to return multiple list outputs. I thought I would record a quick video on how I did this.
I usually define a function which returns the data as an object with the same Key’s that you have defined in your response within the toolbox plugin (In this case, outputlist1 and outputlist2)
The last step of the server side action is to call this function.
Do you have a test app editor with this available?
I’m trying to convert this script used on client side with Bubble_fn element to be functional within the server script so that the output values are available for subsequent workflow actions in the backend