Skip to main content
Takes the input string and converts it to a base64 encoded value. Base64 turns any text into a compact string made up only of letters, digits and a few symbols, which is safe to pass between systems. Use it when a target system expects a value in base64, or to build a stable identifier out of a value in your data. The String: Base64 decode step reverses this.

Fields

This step has no settings. It takes the value it is pointed at and returns the encoded result.

Sample data

FieldValue
(none)This step has no settings
Input:
{ "sku": "WOOL-SCARF-01" }
Output:
{ "sku": "V09PTC1TQ0FSRi0wMQ==" }