When Process Array is Selected or Deselected

Example Output When Process Array is Deselected

The following example demonstrates how the Snap displays the output when you deselect the Process array checkbox.

  • Configure the REST Get Snap with your desired endpoint and leave the Process array checkbox deselected.
    REST Get Snap configuration with Process array deselected

  • Validate the Snap. The Snap displays the data as-is in the output without parsing the array elements individually.
    REST Get output when Process array is deselected

Example Output When Process Array is Selected

The following example demonstrates how the Snap displays the output when you select the Process array checkbox.

  • Configure the REST Get Snap and select the Process array checkbox.
    REST Get Snap configuration with Process array selected

  • Validate the Snap. The Snap parses the JSON input and displays the parsed data in the output as shown below:
    REST Get output when Process array is selected

  1. Verify that the Process array property matches your intended use case before running the pipeline.
  2. When selected, the Snap parses array elements and outputs them individually.
  3. When deselected, the Snap outputs the entire JSON array as a single entity.