04-29-2018 11:13 PM
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 :
04-30-2018 08:19 AM
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.