How can I create new objects, and link them in the same AIP Logic?

I need to create a few new objects in an AIP Logic run (for example, tasks to perform). I want then to link those newly created objects to one existing object.

Given I’m using Action for both (“create object B” and “link object B to object A”) but that AIP Logic doesn’t have the RID of the newly created object Bs, how can it create a link nevertheless in the same run ?

Unfortunately actions can’t (currently) return data but you have a couple of options depending on your setup:

  • Use the ‘Filter’ and ‘Retrieve the only object from the object set’ blocks to find the object you just created
  • Combine the two actions into one new action that does both and call that instead