Chaining Transactions to set relations

Hello all,

I am having trouble figuring out the Codeless syntax for taking the Operation Result Reference and use it to set relations.

In my example, I am using Bulk Create Operation, which then returns an array of objectIds. I then want to use these objectIds to set relations.

I’ve watched the transaction videos on youtube and I know how to pluck a specific item from the array, but I don’t know how to take the whole array.

Many thanks in advance.

Ah never mine, solved it myself. For others confused by the same thing, you can put the operation reference result object to the “children” part. Don’t know why I didn’t try that first :man_facepalming:

1 Like