Importing data from one domain model to another using microflows
0
I am working on a microflow where i first upload the data in the import value entity After this i want to upload this data to the main domain model with this microflow while using a button to call it, but it is not working. and i do not know why it is not working
asked
Stefan Pouls
1 answers
0
Have you tried debugging your flow?
From what I can see the flow looks correct, although you can remove the commits inside the loop as you're already committing outside of the loop. What exactly is not working for you?