cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

How to access elements of array of arrays dynamically?

GBekkanti
New Contributor III

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 :
Capture

1 REPLY 1

del
Contributor III

Gopi, Iโ€™m not sure I understand your use case exactly, but you might try using a Splitter snap and split on the value array. This will provide you a list of documents to work with individually.