06-16-2023 11:56 AM
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
Solved! Go to Solution.
06-17-2023 10:36 AM
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.
06-17-2023 10:36 AM
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.
06-29-2023 01:03 PM
Hi @Soni37, thank you very much for pointing out. that did help.
Thanks
Manohar