Hello Everyone, In recipe I am calling API endpoint which returns Json output. which contain the array of key value pair. I want to iterate through array and map the value to data model. At this moment, I can see value array, list index, list size.Ho...