[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-26 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eDECODE_BASE64_STRING\u003c/code\u003e function decodes a base64 encoded string into a UTF-8 string.\u003c/p\u003e\n"],["\u003cp\u003eThis function is used via the syntax of \u003ccode\u003eDECODE_BASE64_STRING()\u003c/code\u003e on a string variable.\u003c/p\u003e\n"],["\u003cp\u003eThe function exclusively supports string data types as its input and outputs the decoded string.\u003c/p\u003e\n"],["\u003cp\u003eAn example shows how a string encoded in base64, "SGVsbG8gSW50ZWdyYXRpb24h", can be decoded into "Hello Integration!".\u003c/p\u003e\n"],["\u003cp\u003eFor further instructions on data mapping, learn how to add and configure a Data Mapping task.\u003c/p\u003e\n"]]],[],null,["# DECODE_BASE64_STRING function\n\nSee the [supported connectors](/integration-connectors/docs/connector-reference-overview) for Application Integration.\n\nDECODE_BASE64_STRING function\n=============================\n\n`DECODE_BASE64_STRING` function\n-------------------------------\n\nSupported data type\n-------------------\n\n\nThe `DECODE_BASE64_STRING` function supports the following data type:\n\n- String\n\nExample: Decode a base64 string\n-------------------------------\n\n\n**Sample data** : `$var1$ = \"SGVsbG8gSW50ZWdyYXRpb24h\"`\n\n\n**Usage** : `$var1$.DECODE_BASE64_STRING()`\nDecode var1 from base64 format.\n\n\n**Output** : `Hello Integration!`\n\nRecommendation\n--------------\n\n- Learn how to add and configure a [Data Mapping task](/application-integration/docs/configure-data-mapping-task)"]]