This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
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...
Well that's not secure, encrypted storage though - considering an expression file is just a plain-text file. Storing the data in an account actually encrypts the password field ... which i'd consider the minimum requirement for credential storage ...
How did you handle the secure storage of the initial credentials (client_id, client_secret)?I've found this to be an impossible task with http client snaps - and hence had to revert to rest snaps for the initial auth - which allows some basic account...
it's been almost two years now ... has this received any priority? i realize it's still not available .. but this is a major usability slump... I've in the meantime also opened a support issue about this - but it's en-par with my recent bad experienc...
well that's kindof the opposite of what i needthe endpoint i need to connect to doesn't accept Basic auth - but requires the username / password to be provided via post body.