Hi Boris,
Can you show is the relation between the bestelling and bestelling_heeft_producten entity?
For performance: What you need to do is create a list before the loop, then create an object inside the loop without committing, but add the new created object to the list. After the loop commit the list.
Good luck.
What is the input parameter of the microflow?
As I can deduct of the screenshot, you create a list of "winkelmand". By definition this will be a empty list. So iterating over this empty list, will result in nothing. As far as I can deduct from your case and model; the microflow should start with a input parameter list of "Winkelmand" where all objects of the grid will be passed into the microflow.
I figured it out. The following microflow did it for me:
Thank for helping me out. I did not notice that the list was empty when created and had to be filled manually.
Hi Jeffrey,
This is our current domain model;
We are currently working on a school project, where you can add products as a seller and buy them as a buyer.