Hi everyone,
I want to implement a custom date range in a dropdown menu, similar to record filters. If you have any ideas, could you please share how I should proceed?
Discussion posts and replies are publicly visible
Use the dateField as input for the starting and ending ranges and use between in the operator of the query filter, also add an applywhen condition so that the ranges only return value when both the values are selected.