Returns the element at the specified index in a JSON array. In the array, the first value is available at index 0 and the last value is available at index n-1 where n is the size of the array.
GET_ELEMENT(value)
Index value of the element.
Value of the element.
Supported data type
The GET_ELEMENT function supports the following data type:
JSON
Example: Get the value of an element in a JSON array
[[["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-03-10 UTC."],[[["The `GET_ELEMENT` function retrieves an element from a JSON array using its index, starting from 0 for the first element."],["The `GET_ELEMENT` function is used with JSON data types, returning the value of the element at the specified index."],["To retrieve the element at index `2` in a JSON array, you can use the following example `$var1$.GET_ELEMENT(2)`, which will return `third`."],["The supported connectors in the Application Integration are linked in the documentation."]]],[]]