How to create an object while creating another object associated one to one?

0
Hello all, When I create an object A, how could I automatically create object B associated with A? And the association between A and B is [ 1 – 1 ] one “B” object is associated with one “A” object.  Thanks in advance.
asked
1 answers
1

Hi,

You can create one event handler microflow with Create event in the main object, and pass this main object as input parameter and then create new object and set the association between input parameter and the object which you have created .

answered