Database Connector and insert

0
I am using DatabaseConnector and I want to insert the content of a persistent entity into my MySQL database. I suppose it has to be done with a microflow using Execute Statement, but I don't know how I should go through the persistent entity to collect the attributes and put them in the query. Help
asked
1 answers
0

For this is a Java action needed. You have to iterate over Object memberNames and create an SQL insert or update statement with that. This is not easily answered in a forum question.

answered