Hello, I want to create an object in a microflow. But the problem is, that the parent entity consist a child entity. How can I fill this object to? Thanks a lot.
asked
Robin
1 answers
3
In your microflow, do a “create object” for the child entity. You should be able to set the association using that new object (so if it's called “NewInput”, type $NewInput where you now typed ‘test’)