manohar
3 years agoContributor
Help handling arrays with in arrays
Hi there, I am trying to handle arrays within arrays and getting error. can someone please take a look at the attached pipeline and point out what’s wrong?
helpwithhandlingarray_2023_06_16.slp (7.8 KB)
Thanks
Hi @manohar,
It’s a similar case like article To fix the pipeline to convert to array
Everything was fine, except that element(E1EDPT2) was array in one document and object in another hence the expression was failing. I made a minor adjustment.
I am attaching the pipeline here.
helpwithhandlingarray_2023_06_17.slp (7.9 KB)I hope this help.