In reply to: Daniel Krüger (Cosmo Consult)
Hi Radek,
even so there's nothing to add to Michałs answer I'm curious why you want to do it at all
If you need to import/migrate data you would have two options:
1. Upload the data to an item list via import from Excel and start workflows for each row. Maybe with an invisible path to move the workflow directly to the final step.
2. If the data is accessible using a data source, you could use this instead of the item list approach. It could also be an option, to create an own database, where you store the necessary data and use this one.
Best regards,
Daniel
Regarding the question, why would I want to import data directly into the database. I have data in an old database in a data model with many tables with 1-to-1, 1-to-many, many-to-many relationships, and at least 3 levels of table dependency.
I thought that the easiest way would be to write sql code that will properly select and combine data into a flattened model (WFElements), which I will add to the webcon database. In addition, I also have objects to add like a list.
The proposed approach #1 may be too complicated for many different relationships... Is there an extended guide for complex migrations?
I don't understand approach #2, can you elaborate?