Get Entry By Index
Retrieves the value of a JArray entry by its index.
This activity retrieves the value of a specific entry of a JSON Array input given its index.
Input
Input:
String Argument
Required
Specifies the JSON array input.Index:
Integer Argument
Required
Specifies the index of the JSON Array entry that is to be retrieved.
Output
Result:
String Variable
Specifies the JSON Array entry of the specified index.
Last updated