CommonResponse - does it support Array of Objects with an element having array
Summary
CommonResponse - does it support Array of Objects with an element having arrayContent
I was wondering if CommonResposne component can iterate over following.
I have an array returning Invoice Lines in which i have a distribution element which can hold another array.. see below
[{"LineNum": 1, "Amount": 10, "Dist": [{"COA": "1.1.1.1", "Amount": 6},{"COA": "1.1.1.2", "Amount": 4}]
},{
}]
Appreciate if you can tell me how can i iterate over "Dist" in CommonResponse to show all distributions under any given line
Tagged:
0