Hey so I’m using the toolbox plugin to write a script to capture a list of numbers.
I’m currently using this setup:
So it’s able to run the calculation I need successfully (see screenshot below):
The fact that its getting a list of 85000 40000 and 40000 shows that the calculations are working. However, my next step in the workflow is another js script that references the first list but it shows it as completely empty:
Can’t figure out why. Open to any help!