string-base64-decode Takes the input string and converts it to a base64 encoded value. It can be used for example to create an identifier based on certain values in the data. A specific string value needs to be the input. If the input is anything other it first needs to be mapped to a single string value.Documentation Index
Fetch the complete documentation index at: https://docs.alumio.com/llms.txt
Use this file to discover all available pages before exploring further.
Fields
No configurable options availableSample data
| Input data | Output data |
|---|---|
| ”foo-bar” | “Zm9vLWJhcg==” |