Restrict workflow based on current date/time

How can I restrict a workflow to be executed only during certain hours of a day?

For example, user should be able to make a data entry only between 8 am and 8 pm. How can I do that?

You would add an “only when” condition to the workflow. So it would be something like "only when current date/time extract hour > 8 and current date/time extract hour < 20.

Hope that helps…

Tal
nocodify.com

1 Like