Forum Discussion
tcboeira
Jul 10, 2023Brass Contributor
Possibility of Script that works with a load of data loop by loop - or from time to time
Hello Guys Well, I don't know how to explain it, but I'll try, I hope I succeed ... Today I have a list of about 72,000 entries that I want to upload to my Exchange Online. What I would ...
kevkelly
Jul 10, 2023MCT
There are a few ways that you could approach this, depending on the input source, you could look to add a field/column to the source data/file that includes a Boolean "processed" flag, which your script would update after your script logic completes
An alternative method might be to load your input data, take a count of the total items/rows and maintain an "index" of the current item/row being processed... this index would get incremented after each item is processed