Object Children List

This data source allows access to all children objects that belows to a parent object.

Within this data source, you would need to target a parent object. After that you have the option to:

  • Recursive - to go through all child objects and check if it is also has children objects underneath it

  • Include Parents - to also include all children objects that are parent object as well

  • Include Types - to add specific filters to a type of object. If none is defined, then will include all objects

This data source is often used in conjunction with the Data Array Interface to allow the creation of multiple widgets based on an array of objects.

In order to build out the actual widget for each child object, inside the Data Array interface Template Editor, you would need to create a Object Details data source.

Last updated