Base64 Encode transform action
Last updated
Was this helpful?
You have a string value of a CSV file and you are looking to send it as an attachment using the Send Mail As Impersonated User action via the Microsoft Graph integration which requires the CSV string to be base64 encoded.
Encode a string in base64.
String
String to encode
URL Safe
Whether to return a URL-safe base64 format. '-' is used instead of '+', and '_' instead of '/'.
Inputs: **String**: This @is my test string-yeeeehaw **URL Safe**: false
Result of Example 1:
Last updated
Was this helpful?
Was this helpful?
VGhpcyBAaXMgbXkgdGVzdCBzdHJpbmcteWVlZWVoYXc=