Record save from entity to other entity

0
Hi, I have some records in a non-persistent entity and that record I want a store in a persistent entity to maintain the total number of records. Can anyone help me to achieve this functionality? Thanks.  
asked
1 answers
1

Just use a microflow that creates the persistent object and then loop oiver the to copy objects and copy all the attributes to the other object.

Regards,

Ronald

 

answered