Versions Compared

Key

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

...

When this node runs, it will authenticate, and then perform a GET on the o365 endpoint specified. Results returned are expected to come back in a JSON object with an Array named “value”. The node will attempt to map process fields to elements at array index 0. For example, if the response includes a field named “vendorName”, it will automatically assign that value to a like named Process Field. If there are multiple matches, they will all be assigned.

The request body, which should always be expressed as JSON, is written to the Capture Processing folder for the process. A separate file will be written for each request. Requests are written to files in the form:

request_xyz.json

Where xyz represents a timestamp (Epoch Time). If needed, convert the timestamp using:

https://www.epochconverter.com/

Date

Version

Description

11/21/2022

1.0

Initial node release.

01/20/2023

1.1

Fixes an error with logging connection
problems.

01/29/2024

1.4

Ensure request body parsing for dates only operates on fields with the word DATE in the key’s name.

TBD

1.5

Output request body to file.