help_outline FAQ chevron_right FAQ chevron_right Detail

What is the purpose of GETDATE() and DATEPART() in Run Condition queries?

datepart getdate condition purpose queries run

GETDATE() returns the current date and time, while DATEPART() extracts specific parts (e.g., hour or minute) from that datetime to enable time- or date-based conditions.