Solved! Go to Solution.
Currently it'll be filtering based on taking it as a string, you'll want it in yyyy-MM-dd format to do date-time filtering. Can use a date conversion tool pretty easily for that, then your filter should work as planned. Example workflow attached.
@HW3 If you take a look at the settings on the date-time tool, you'll notice that you have to specify what the incoming format is (MM/dd/yyyy for example), and then this will be converted. If you're getting nulls, the tool probably isn't recognizing the pattern it's set with at the moment. Feel free to post your sample input dates if you aren't able to get that working.