How to do CRUD Operation using LIST in mendix?

0
I have two Microflows one is 'Trigger flow', here i'll collect all the details from persist entity. next one is 'Update microflow'. here I'll update the specific values.   eg: row -1 i want change first_name of the employee. row-3 : I want to change phone_number.   usign List operation only. How to implement this?
asked
2 answers
1

Hello Nirosha,

          Using this flow you can update values.

image.png

answered
1

Hi Nirosha,

I Update flow loop a retrive list using loop activity and place change object activity inside the loop and change  the the values.

 

image.png

answered