I have a single entity that stores user input. I have another tree of associated entities that I am using to do a domain to XML mapping (before making a web service request). I would like to create a microflow to map the attributes from the single entity to the appropriate attributes in the tree of associated entities. What is the proper method for this functionality?
↧