[[["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\u003eGET_PROPERTY\u003c/code\u003e function retrieves the value of a specified property within a JSON object.\u003c/p\u003e\n"],["\u003cp\u003eThis function utilizes the syntax \u003ccode\u003eGET_PROPERTY(value)\u003c/code\u003e, where the input parameter is the name of the desired property.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGET_PROPERTY\u003c/code\u003e function exclusively supports JSON data types.\u003c/p\u003e\n"],["\u003cp\u003eAn example usage demonstrates how to use \u003ccode\u003e$var1$.GET_PROPERTY("productId")\u003c/code\u003e to extract the value \u003ccode\u003e23\u003c/code\u003e from the JSON object \u003ccode\u003e{"productId": 23,"productName": "radio"}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eData mapping task can be added and configured.\u003c/p\u003e\n"]]],[],null,["# GET_PROPERTY function\n\nSee the [supported connectors](/integration-connectors/docs/connector-reference-overview) for Application Integration.\n\nGET_PROPERTY function\n=====================\n\n`GET_PROPERTY` function\n-----------------------\n\nSupported data type\n-------------------\n\n\nThe `GET_PROPERTY` function supports the following data type:\n\n- JSON\n\nExample: Get the value of a property in a JSON object\n-----------------------------------------------------\n\n\n**Sample data** : `$var1$ = {\"productId\": 23,\"productName\": \"radio\"}`\n\n\n**Usage** : `$var1$.GET_PROPERTY(\"productId\")`\nGet the value of the property `productId`.\n\n\n**Output** : `23`\n\nRecommendation\n--------------\n\n- Learn how to add and configure a [Data Mapping task](/application-integration/docs/configure-data-mapping-task)"]]