Fetching objectId of created object made with "bulk" create operation

I am running a transaction where I save a bunch of objects using “bulk” create operation. I need to set some relations for these, so I tried using the “Get Operation Result Reference” block to get the objectId of each created object, but rather than retrieving the objectId I just get back the operation result reference object itself. Am I using it wrong? Does the “bulk” create result not provide the objectIds of the created objects?

Hi @Olve_Nordheim
Judging by documentation it returns just the collection of objectIds, without the property name
https://backendless.com/docs/rest/data_transactions_saving_multiple_objects.html#return-value