Product changes

Wijnand Wiersma

Wijnand Wiersma
Wijnand Wiersma

Recent Posts

Wijnand Wiersma

Update - Improved HTTP error handling

We have updated the HTTP request event in actions for a proper error handling when a request fails and turns out into an error. The error object could now be set as a variable in the HTTP action event and could be fetched as a regular JSON object. With this new variable you can design a proper error handling.

The error info as feature for a

Wijnand Wiersma

New feature - Generate UUID expression

We have added a new expression function that generates a UUID: generate_uuid(). This expression generates an identifier following the UUID format. An example of when to use a UUID is when calling an external API via HTTP Request events, where the receiving API expects each request to have a unique identifier.

Wijnand Wiersma

New feature - Zip and unzip action event

We have added a new feature for zipping and unzipping files with an action event. You can use this in your workflows. In the event, you can choose whether you would like to zip or unzip. Choose the source property that must be zipped/ unzipped and assign the created variable (as) in an update event to the right. We've made a short video in which

Wijnand Wiersma

New feature - SFTP after download options

We have added a new feature to the SFTP download action event: the after download options. With this new feature, you can define what the SFTP download action event must do after a file has been downloaded from the SFTP server. For now, we have implemented three options: doing nothing, moving the file (to another directory, or rename it), and

Wijnand Wiersma

Update - Custom configurations

We've updated the configurations. For values that need to be different between sandboxes, you can now create your own configurations. You give the configuration a name and a value and whenever you need them you can create a new variable of the configuration kind to fetch the value.

Custom configurations for values that need to be different in

Subscribe to product changes