Deep Save - Bulk Create Parent & Child Objects?

Hi,

I am trying to create multiple parent and related child objects using Deep Save. The object being passed to deep save is a list of relevant parent and child objects, but I am getting the following error, despite the name field being present in the object.

Screenshot 2021-08-25 at 17.33.49

Screenshot 2021-08-25 at 17.36.04

Is it not possible to use deep save to bulk create parent and related child objects? if not then I assume I would need to create a loop with deep save for each new object?

Thanks

Deep save can save or update only one root object with a “tree” of child objects. Bulk save/update works only with the root object. Your best option is to create a loop and process each parent object with the deepsave call.

Regards,
Mark