2.1.2

2023-09-05

New features

Bulk request (preview)

Transactions can now be set to be executed via a bulk request.

This means a combined request will be sent to M3 with as many transactions as rows in iterator table.

If "Independent operations" option (default) is selected, connector will send one transaction per http request to M3 Rest API.

Note that this feature is in preview, please try it out and let us know what you think!

Runtime auth options

There are new options for runtime auth. You can now specify a different runtime auth for either

  • Client is Test bench

  • Running user is specified user

This is especially useful when the 'normal' auth is OAuth2 Authorization Code, but you want to run scheduled workflows as a machine user or you are developing a new workflow and want to run it in test bench.

Last updated