Neo Transformer V2 Block

The Neo Transformer V2 Block allows you to call a NEO API for data transformation with enhanced retry mechanisms and customizable error handling.

The following table lists the fields:

FieldDescription
Enter URLSelect the Neo Dataflow from the drop-down menu. The drop-down lists Dataflows with the Connectplus tag.
AuthorizationAuthorization key for the API (if required).
Split ResponseIf set to true, separates each array in the API response into individual responses. Useful when the API returns an array of objects.
Max RetryDefines the maximum number of times the API will be retried in case of failure. Users can set this value based on their requirements. Note: Currently, there is no limitation in setting the number of retries.
Extra Retry Error CodesAdditional status error codes that should trigger a retry. Note: By default, only 5XX error codes are retried.
Extra No Retry Error CodesStatus error codes that should not trigger a retry, even if they can be retried by default. Example: Adding 500 error code will skip retry of APIs with 500 error codes.