Resetting field every night at midnight based on user's timezone

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?

You need to be on the 16$ plan at least, then API Workflow page, recurrent or schedule workflow, then on a list of things.

JM

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!