Conga - Search records action

The Search records action searches for records in Conga.

Input

Input fields generate dynamically based on the object you select. The following are common input fields for all object types.

Input fieldDescription
ObjectsSelect the type of object to search for.
Page sizeEnter the number of records to return on each page.
Page numberEnter the number of pages to fetch.
Sort fieldEnter a field name to sort results by.
Sort directionSpecify the sort direction.

Output

Output fields generate dynamically based on the object you select. The following are common output fields for all object types.

Output fieldDescription
SuccessA boolean response that indicates if the action was successful.
Record countA count of all the records returned.
Data
  • ID: The ID of the record in the search results.
  • Name: The name of the record in the search results.
  • Created by: The ID and name of the user that created the record.
  • Created date: The date the record was created.
  • Modified by: The ID and name of the user that modified the record.
  • Modified date: The date the record was modified.
  • E tag: The E tag associated with the record.
  • External ID: The external ID of the record.
Status codeA code indicating the status of the action, such as OK, BadRequest, Unauthorized, and more.

Last updated: