Hi,
I have a recursive workflow set to refresh every user’s “lesson” at midnight (I think this is a pretty common workflow). I set it up to run on “current user” and I thought that meant it would loop through one at a time until it went through all users, but I am hitting my max capacity every night, so that makes me think I’m doing it wrong, especially since I have under 100 users.
Instead of running it on “current user” should I instead be doing a search for all users?
Here’s the 1st step to refresh the “daily lesson”:
Here’s the last step which creates the recursive workflow to run the next day:
Thanks!
Andrew