Skip to main content

Hi.

I have a workflow that takes a .csv export of all the sites in the farm. What we want to do is use a Rest API web service to find all the active URLs in a site collection. There are about 20,000 rows of data in the .csv file. Is performing that many web calls in a single workflow a good idea?

Hello,

It is always better to reduce the number of calls that are being made to be only that which is necessary.  How many webservice calls do you anticipate?  Does 20k rows mean you plan to do 20k webservice calls?  If so I would say definitely do not do that.

Thanks,

Mike


Reply