Nested array or objects in ADP
Content
Hi All,
I am getting the response from the REST. Sample response
{
  "NationalId": "123",
  "NationalIdType": "ABC",
  "UserName":null,
  "assignments" :  
    [
    {
     "AssignmentName": "Test_Assignment",
     "BusinessUnitId" : "1233444"
     }
     ]
}
I need to create same structure in ADP. I have created nested array object for "assignment". That is not working. Can please let me know how to create nested object or array?
Thanks,
Vijay
            Tagged:
            
        
0