[[["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-29 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eTO_STRING_ARRAY\u003c/code\u003e function converts a JSON array into a string array within Application Integration.\u003c/p\u003e\n"],["\u003cp\u003eThis function does not require any input parameters and returns a string array.\u003c/p\u003e\n"],["\u003cp\u003eThe supported data type for \u003ccode\u003eTO_STRING_ARRAY\u003c/code\u003e is JSON, as seen in the example of converting \u003ccode\u003e[[1, 2], [3, 4]]\u003c/code\u003e to \u003ccode\u003e["[1, 2]", "[3, 4]"]\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe supported connectors used within Application Integration are located at \u003ccode\u003e/integration-connectors/docs/connector-reference-overview\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere is also a recommendation to learn how to add and configure a Data Mapping task at \u003ccode\u003e/application-integration/docs/configure-data-mapping-task\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# TO_STRING_ARRAY function\n\nSee the [supported connectors](/integration-connectors/docs/connector-reference-overview) for Application Integration.\n\nTO_STRING_ARRAY function\n========================\n\n`TO_STRING_ARRAY` function\n--------------------------\n\nSupported data type\n-------------------\n\n\nThe `TO_STRING_ARRAY` function supports the following data type:\n\n- JSON\n\nExample: Convert JSON array to a string array\n---------------------------------------------\n\n\n**Sample data** : `$var1$ = [[1, 2], [3, 4]]`\n\n\n**Usage** : `$var1$.TO_STRING_ARRAY()`\nConvert var1 to a string array.\n\n\n**Output** : `[\"[1, 2]\", \"[3, 4]\"]`\n\nRecommendation\n--------------\n\n- Learn how to add and configure a [Data Mapping task](/application-integration/docs/configure-data-mapping-task)"]]