What's the best way to bulk create/update 60 thousand things

Are recursive workflows still the best approach? I just spent half a million WUs updating some things. Or should I switch to scheduling tasks in a list instead? If so, does anyone have some good examples? I have to match Skus too so it’s just insanely expensive all around if anyone has any good approaches please let me know.

I have about 250k wu left to play with and would like to finish updating the skus and creating the items.

Hi there,

From a purely WU consumption standpoint, no recursive workflows age not the best approach since your need to load the large list many times over as it shrinks one by one. I’d recommend playing around with scheduling a backend workflow on a list on a smaller list first, but overall I feel like that should get you where you need to be, closer to your WU limits.

should I then schedule off a singular then into another backend workflow so if something exist schedule api workflow A or something doesn’t exist schedule workflow B

Schedule API workflow on a list for each Thing / SKU, which will support up to 100,000 workflows.