Hi
You did not explain what isn't working, or details on the Fields that are holding the data.
Also I dont see the data (the actual data, so I can see what it looks like)
Also you image has all errors. Those type of Errors usually mean those fields do not exist in the Items that are being returned, But if you are filtering on a table, it doesn't care if there are zero, simply that it understands the Schema and those errors tell me it doesnt.
Also, if you are trying to compare Today to a Date Time field, that would be impossible (or nearly) to match, because you will be off ine Hours, minutes or seconds
Instead you should check the Date Part of the Value, against the DatePart of Today (or Now()) versus the entire string
which I believe is the actual issue
Please share the above, the data, your Items property, the errors etc and we can help you quickly