Passing Datastore array data to Server Connect

Ok, I have data in a datastore array. I need to just get the orderid’s from the orders so that I can pass them to server connect. Basically I need the variable I guess to look like just a comma separated list of the orderids

like: 16056,16044, 16000 etc.

here is what my datastore array looks like

I don’t know if I need to get it into a variable somehow, or if I need a form and push it through a POST somehow. This seems like it should be really easy but I keep banging my head against the desk. Or if I need create a POST array of some sort from a form and push it to server connect that way?

Any help would be welcomed!

was able to reverse engineer it from here…

https://community.wappler.io/t/how-can-i-pass-an-array-to-a-server-action-to-write-to-the-database/25174/26?u=baub

I usually figure things out right after I post… But all good!

I’m also guilty of this!

:smiley: