Hi, Does the REST call task support mapping of the array elements in the JSON Response? For example if the REST service response is as below, what will be JSON property string to be used for mapping id to a variable while using the REST call task? { "data": [ { "id": 100, "name": "asdf" }, { "id": 101, "name": "lkjg" } ] }