REST Database/cURL in Appery
I need to access the Appery database through some elements that are not built in to the Appery UI.
For example, I have a list of dynamically generated fields. I'm capturing the values of those fields to an array. I want to store that array in the database.
Because the fields are dynamically generated, they are not seen as "components" in Appery, and therefore do not seem to appear in the Data tab of the UI. So it looks like I need to do this manually, which is fine. Unfortunately, all of the Appery documentation regarding the database involves the use of cURL. That's fine if you're on a command line, but not particularly useful if you're running it from a mobile app.
My question: I have dynamically generated fields who values I can capture into an array. How do I submit that to the database using REST calls manually? Better yet, is there a way to "force" Appery to take my generated items and convert them into components?
Thank you very much!