Create objects with associations in microflows

0
Hi, I have 2 associated entities, (result and version – one version can have many results). I am retriveing the data using the database connector and need to create a results list with the associated version in a microflow. Is this possible, if so how, or should I be using some other technique. thanks, Peter
asked
1 answers
0

Sure it is, just create the ‘version’ object first, and then create a reference to this object in every ‘results’ object.

answered