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 ArgumentRequiredSpecifies the JSON array input.Index:
Integer ArgumentRequiredSpecifies the index of the JSON Array entry that is to be retrieved.
Output
Result:
String VariableSpecifies the JSON Array entry of the specified index.
Last updated