User Activity

We've got a service that needs authentication via Post/Put request with the following body:```{"U":"someUsername","P":"someSecurePassword","L":"EN"}``` Now with the rest post snap, i can  store the data in a "basic auth" account, and use the followin...
I’m having some problems combining file-reader with “convert to document”. My setup is pretty simple - a file-reader that’s reading a document from sldb After the file-reader, the file still seems to have the correct encoding (notice the Ä and Ü). C...
Is there a way to get the current time in the snapplex’s timezone? (or could this be filed as important platform enhancement?) using date.now() returns the date in UTC, but i’d need it in “my” timezone (or in a random timezone, really). The closest i...
I’ve got a pipeline which is reading multiple files. A simplified version is the below: I’d need the output to contain a column with the filename of the original file. As the file content has nothing to do with the filename, i can’t use the normal “...
We’re trying to use a “always listening” pipeline (filepoller / salesforce subscriber), which will react to new events and write files to sharepoint online. The pipeline is working fine for the first hour - after which it fails with the following err...