Invoke Neo Iteratively

The Invoke-Neo-Iteratively block allows you to import data from a Neo API and configure the number of times the API is invoked.

The following table lists the fields:

FieldDescription
Enter urlSelect the Neo API from the drop-down menu. The drop-down lists Dataflows labelled as connectplus.
AuthorizationAuthorisation key for the API, if required.
NEO API METHODMethod of the API. Supported values: GETand POST.
Note: This block supports only POST calls that do not require any body parameters.
Split ResponseSet the value to true using the drop-down to separate each array in a response. For example, if an API returns an array of objects, and each object has its own set of properties, setting the value to true will list each array as an individual response.
API Iteration End ConditionConditions for terminating the API call. You can define a custom condition for terminating the API call.
Max retriesNumber of times the API is called. There is no limit for the number of retries.