Skip to main content

Get Entity By Id

Description

This Activity retrieves the specified Entity by its Id and the selected Entity type.

note

This Activity can only be used inside QuickBooks Online Context Activity.

  • Specify the entity type from the drop-down
  • Specify the Entity Id of the record to retrieve from the selected entity type.

Get Entity By Id Design

Properties

Input

  • Entity Id - Id of the record to retrieve from the selected QuickBooks Online entity type.

Misc

  • DisplayName – The display name of the Activity.

  • Private – Logs the variable and argument values at the Verbose level when unchecked.

    Optional

  • Continue On Error – It Specifies whether the automation should continue even when the Activity throws an error. If True, the Activity continues without throwing any exceptions. If False, the Activity throws an exception. The default value is False.

    note

    Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.

Output

  • Entity - If found, returns the entity object of the retrieved Entity.

Example

Download Example

Get Entity By Id