Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this article

Table of Contents
maxLevel2
absoluteUrltrue

...

Info
  • Asterisk (*): Indicates a mandatory field.

  • Suggestion icon (Image RemovedImage Added): Indicates a list that is dynamically populated based on the configuration.

  • Expression icon (Image RemovedImage Added): Indicates whether the value is an expression (if enabled) or a static value (if disabled). Learn more about Using Expressions in SnapLogic.

  • Add icon (Image RemovedImage Added): Indicates that you can add fields in the fieldset.

  • Remove icon (Image RemovedImage Added): Indicates that you can remove fields from the fieldset.

...

Field NameField TypeDescription

Label*


Default ValueCoupa Update
Example
Update Supplier Info


StringThe name for the Snap. We recommend you update the Snap name, if there is more than one of the same Snap in your Pipeline.

Response Type


Default Valueall
Example: 
shallow

Dropdown list

Specify the level of detail required in the Snap's output. You can configure this keeping in mind the available memory and likely processing time that it would take to execute this Snap. 

Available options are:

  • all: Output contains all details of the updated records.
  • none: No output.
  • limited: Output contains only the records' ID.
  • shallow: Output contains ID as well as the direct child attributes of each record.

See API Return Formats for more details

API Path*


Default Value: N/A
Example: 
suppliers

String/Expression

The API name associated with the target resource. Select the target resource from the suggestions in the field. Suggestions vary based on the account.

Note

When updating specific resources, select the corresponding ID API and pass the resource ID as an upstream parameter. 


Mark Exported


Default ValueNot selected
Example:
Selected

Checkbox

Select this checkbox to export the resource record after the update. This is only applicable to transactional resources such as contracts.

Note

Updating a resource record and marking a record as exported must not be done in the same request. If this field is selected, the record updates may be ignored. 


Snap execution


Default Value: Execute only
Example: 
Validate & Execute

Dropdown list

Select one of the three modes in which the Snap executes. Available options are:

  • Validate & Execute: Performs limited execution of the Snap, and generates a data preview during Pipeline validation. Subsequently, performs full execution of the Snap (unlimited records) during Pipeline runtime.

  • Execute only: Performs full execution of the Snap during Pipeline execution without generating preview data.

  • Disabled: Disables the Snap and all Snaps that are downstream from it.

...