Conga - Update record action

The Update record action updates an existing record 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
ObjectSelect the Conga object to update, such as Contract, Account, Template, and more.
IDEnter the ID of the object to update.
NameEnter the name of the object to update.
Include record payload in responseSelect Yes or No to specify whether to include the full record details in the response.
Enforce optimistic lockingSelect Yes or No to enforce optimistic locking.

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.
Data
  • ID: The ID of the updated record.
  • Name: The name of the updated record.
  • 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 updated record.
  • External ID: The external ID of the updated record.
Status codeA code indicating the status of the action, such as OK, BadRequest, Unauthorized, and more.

Last updated: