I have a field in the database which contains a list of items for each user along with a flag field… I need to have a workflow run that resets the flag for each user’s records at midnight according to that user’s timezone… How would I do this?
Yes I think I understand that point… This real issue is how to I handle the changing of records each particular user at midnight according to their time?
I didn’t read the timezone… my bad. It is more complicated. Every hour you start a process, and validate the time according to region, and execute only those who need it with the same list of things (with conditions). Hope it help!

