encode_base64
Convert text to Base64 format for data encoding and transmission in IT workflows.
Instructions
Encode text to Base64 format. Example: "Hello World" → "SGVsbG8gV29ybGQ="
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to encode to Base64 |