WHERE clause allows for filtering records, with support for SOQL Date functions. Additionally, DataMorph Date functions are available to specify time windows using predefined substitutions.\nFor instance, if you want to retrieve data modified in the last hour, you can use the following syntax:
lastModifiedDate > ${DM_CURRENT_TIME_MINUS_HOURS_6}
Where DM_CURRENT_TIME_MINUS_HOURS_N represents the past N hours, with N ranging from 1 to 23.
More functions will be released in future updates.
LastModifiedDate = TODAY and
HOUR_IN_DAY(LastModifiedDate) > 5.
CreatedDate > 2024-11-25T21:32:19.000Z and
CreatedDate < 2024-11-26T21:32:19.000Z