Help links
When viewing the contents of an app, a help link is now available. This will link to useful information about this app, including any special instructions/guidance for usage.
Endpoint variables not set for installed apps
Fixed issue where connector variables were not being set as expected for installed apps.
Retry failed process flow
If a process flow runs and fails, a retry option is now available from the run logs page. Users can click this option to run the flow again.
Route shape filters
A manual input option has been added to route shape filters for cases where the schema can't be used for field selection (e.g. for incoming payloads via the API). Meta variables are supported for this input.
Filter shape
A manual input option has been added to filters for cases where the schema can't be used for field selection (e.g. for incoming payloads via the API). Meta variables are supported for this input.
Route shape - routing method
Fixed issue where the follow all matching routes routing method was not working as expected.
Map shape
Fixed issue where slash characters in JSON payloads were being escaped through the map shape, and also in date format transforms.
No payload from first POST connector step
Fixed issue where a connector step would fail when the first shape in a process flow is a POST request and no payload is received in response. To handle this scenario, a new expect empty response option has been added to connector shape settings - this option is only shown for POST requests.
Saving a long process flow
Fixed issue where saving a shape near the end of a long process flow would reload the page back to the top, meaning that users needed to scroll back down to continue where they left off.
Filtering boolean variable values
Fixed issue where filters weren’t working for manual payloads if the value provided was a boolean variable. A new variable filter type has been added which gives users the option to configure what type the value of the variable is so that it can be properly compared whilst filtering.
Deployed connector count
Fixed issue where the number of deployed connectors was not displayed.
Clone endpoints
A 'clone' button has been added to the endpoints list, so you can duplicate an existing endpoint and then make required changes to the new version.
Optimisation
Endpoint and authentication implementation pages should now be faster to load, with fewer API calls.
Default value for optional URL parameters
Fixed issue where a default value was required for optional URL parameters. Optional parameters can now be save without a default value.
User list
Fixed pagination issue with multiple pages of users which blocked options to browse users.