Hi,
New to Mendix and cannot find specific examples of what I am trying to do with my external database.
I have connected to my database using the documentation here (https://docs.mendix.com/howtogeneral/bestpractices/how-to-execute-an-sql-statement-on-an-external-database)
I have successfully created a microflow that updates my database with static data that I have entered into a string variable. (I'm doing a basic Insert statement)
How can I pass variables/data from my Mendix object into my SQL statement? It seems that the SQL needs to be formatted as a string, and in doing so I lose the ability to use the stored data from the variable.
Could someone show me a screen shot of a proper microflow to pass mendix data through to a SQL statement? (Or advise if I am looking at this the wrong way completely....)
Thank you,
Jeff