How can I check if a date is included in an array of dates?
Contains and Does not contain both work with arrays.
How is that Date Range Selection column created?
Just as an aside - the name of the column suggests a Start Date and an End Date (ie. a range) rather than an array. What exactly are you trying to do?
That is not an array, it is a Joined List.
To check if something is in a Joined List, use âincludesâ, âdoesnât includeâ.
You should be careful with this. If all of your dates are not exactly midnight, then you will get unexpected results.
Oops, my mistake. Thank you for pointing that out.



