How to map data to entity and this data is coming from microflow

0
Hello All,   So, I have microflow which is returning list of objects and I want to map this data to newly made entity. How can I do that?
asked
1 answers
2

Hey Pawan,

For that you can use an Iterator and then iterate on the list, in the iterator, use a create object activity and then create an object of new entity and change its member to $iterator/member.

And make sure, that you commit all the objects outside the loop.

 

Let me know if you face any issues.

Hope it helps!

 

 

answered