Forum Discussion

arvindnsn's avatar
arvindnsn
Contributor
5 years ago
Solved

How to get Index of Array list along with the data

Hello,

I am working on API’s and while pulling the data from API and storing in the DB. The API is returning data in Arrays and while using the splitter i am able to split the data of arrays and load into the DB.

But my requirement is to also store the Array Index number of each record from the Array along with the data. I tried using the Array function named findIndex(), but in vain.

I would really appreciate if i get a solution for this issue.

Thanks
Aravind N