Copy data from Data Store into database

I feel like I really should know how to do this but I’m actually struggling a little.

I have rows in my data store and now want to copy them all into the database. I’m trying to work out where to use arrays, repeats, etc. in both App Connect and Server Connect. Can anyone point me in the right direction?

Serverside:
Use Database Multi Insert:

This will give to $_POST values:
image
Clientside:
Use the Form Generator to produce the form, bind the values from the Data Store to the value of the inputs.

6 Likes

Thanks @ben, that’s exactly the steer I was looking for.

2 Likes

I’m unable to setup datastore, can anybody guide me how do I push data in datastore through form input