GBekkanti
8 years agoNew Contributor III
How to access elements of array of arrays dynamically?
I have an array of arrays in which field names are there in each sub array. Now i need to map values of that sub array dynamically means I should not use 0 or 1 to access first or second array in the array of arrays respectively. i need to map array elements’ field names to respective API names. Can you please suggest any idea or any inbuilt methods for this requirement?
This is my array of arrays :