Pass a Javascript Array to a Server Connect - $_GET array can't output

I have some javascript code that produces an array of values that I want to add to my database. I created the array in the $_GET with the intention of sending the array via dmx.parse('insert_pl.load({array_of_times: my_array})). I was then going to grab the array in a repeat step to add each item to my database. The issue is that the $_GET.array_of_times doesn’t show anything to output and therefore I can’t get the individual array items for the insert.

image

I also did a quick test with POST and that doesn’t seem to be working either…

Community Page
Last updated: