How to use copy attributes? to copy the values from Entity one to Entity Two

0
How to use CopyAttributes? How is the microflow ? how do i call it?
asked
3 answers
1

If you want to copy the object entity, you can use clone java action from Community Commons https://marketplace.mendix.com/link/component/170 .

answered
0

Hi

 

To use the java action you are referring too, you will need to use it in a microflow and then add the entities in the value fields of the java action.

answered
0

Hi Syrine,

 

You could create a Microfow and in this Microflow retrieve Entity 1.

Then use a For Loop and create for each Object in this List Entity 2 and set there the Values of Entity 1

 

Hope this Helps

answered