Solved
Cycle a list to insert in a database table.
Hello,
I want to insert a list of a CDT to the database. In an Interface, I create that list, and after, I want to insert multiple rows to the database (one for each item of list).
How can I accomplish that?
That interface is connected with a Process Model.
With a forEach in the Interface, I can only insert 1 value, I think.
It is possible to do a cycle to iterate the list in the Process Model?
Thanks, David
