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
Akshay Donode
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.