Read

To read records in an entity, users can define any of the following Actions depending on the data required.

Traverse Entity

Through this Action, users can loop through the records in an entity.

  1. Select Action as β€œTraverse Entity”.

  2. Select the entity to be traversed.

  3. Users can define other settings for the traverse by clicking the "Setup Criteria" button.

  4. The item variable automatically gets populated, representing that each record is traversed as an item.

  5. The Criteria for the entity displays, which the user can define and save as needed.

Entity Attribute Lookup

Through this Action, users can retrieve the single most recent (order by _modifed_date DESC) record by using a single field value.

  1. Select Action as β€œEntity Attribute Lookup”.

  2. Select the entity variable.

  3. The entity automatically gets populated.

  4. Select the field of the entity.

  5. Enter or select a value to be assigned to the field.

Entity Attribute Lookup List

Through this Action, users can retrieve a list of records based on a single field value in descending order by _modified_date.

  1. Select Action as β€œEntity Attribute Lookup List”.

  2. Select or create a variable.

  3. If the variable is of an entity data type, the entity automatically gets populated.

  4. Select the field of the entity.

  5. Enter or select a value to be assigned to the field.

Load Entity record

Through this Action, users can retrieve a single record based on Matched key criteria and order of the entity records.

  1. Select Action as β€œLoad Entity record”.

  2. Select the entity from which the record is loaded.

  3. Click the "Setup criteria" button to define the match key and order.

  4. The Criteria for the entity displays, which the user can define and save as needed.

Load Entity record list

Through this Action, users can retrieve a list of matching records based on Matched key criteria and order of the entity records.

  1. Select Action as β€œLoad Entity record list”.

  2. Select or create a variable.

  3. Click the "Setup criteria" button to define the match key and order.

  4. The Criteria for the entity displays, which the user can define and save as needed.

Last updated