I have a csv file in ADLS which contains SerialNumber, say 10000 SerialNumbers. I have a web activity which should hit an API. To hit API, I must pass id, secret, code and the list of SerialnNmbers which is in ADLS csv file. How I can optimise this hitting an API.
Please suggest how I can achieve
I tried taking lookup activity followed by append variable inside foreach activity and then a set variable. But it is taking more than 2 hours.
New contributor
Sai Krishna is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.