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: String Argument Required Specifies the JSON array input.
String Argument
Required
Index: Integer Argument Required Specifies the index of the JSON Array entry that is to be retrieved.
Integer Argument
Result: String Variable Specifies the JSON Array entry of the specified index.
String Variable
Last updated 3 years ago