I am currently working on a project where I need to send an array of objects as JSON to a database column using a Server Connect form in Wappler. Despite following the documentation and reading some posts, I’ve been unable to get it to work.
Here’s what I’ve done so far:
Created a form with input fields to collect the necessary data.
Set up a datastore using App Connect to collect the data with key-value property from the form fields.
Set up a dynamic event for the form submission to trigger a Server Connect action.
I need to have the correct input to send the JSON text to the database.
Could anyone provide some guidance or examples on how to properly send an array of objects to a database row using a Server Connect form?
I’ve checked that. And the array is not being sent. I’ve tried inserting the value dynamically to an input but it shows [Object object]. I need to send the JSON with key-value format.