Serialize local variable data into array using JSON.stringify
Hi there, love building my app in Appery.io!
My question is today is regarding how to use JSON.stringify within the Appery.io panel.
Context:
I have several local storage variables: ContactName, ContactPhone, ContactEmail.
I would like to serialize these into an array and send the array as a request parameter to my backend service.
Questions:
I understand I need to concatenate these variables and convert to a string (JSON.stringify), but I am not sure how to do this with local [dynamic] variables.
Where can I implement this JS - within the Edit Mapping panel?
Thank you so much for your time.