Retrieves records related to the given one. Can be used to retrieve records related by many-to-one and many-to-many relationship types to the given record. Commonly follows with For Each Entity to process several records, also can be used to find out the number of related records.
inputs:
entity – input with a record which related records are needed
- Required: yes
link name – select directly in the operator relationship name, which identified the relevant relationship. The list is empty until the entity port is filled with the needed record.
- Required: yes
outputs:
entities – contains all related entities to the given one by the provided relationship. Use this output as input in For Each Entity.
entities number – the number of those related records.
single entity – contains one random record from the related ones. May be used if it is expected for only one record to be retrieved.