I think your problem is that you are trying to filter data using equals filter. _createdDate field represents exact time when item was created down to milliseconds. If you want to filter created items on that day which was set in DatePicker try something like this:
Thank you so much guys, I tried both of your solutions and I had no luck. Omer Yaron , I tried refreshing the table on change and it didn’t do anything at all. Gediminas Kriščeliūnas , I tried your approach but it was asking for semicolons at the end of every line so I added them to make the code work but it didn’t work.
On load, I’m able to see my entire database in my table but when I filter it using the date picker it just throws everything blank. I’m sooooo confused here.
Ok, so I just tried it again with the new code you just posted and still no luck. Man, ever since I started learning Wix Code I’ve had such bad luck with repeaters, I can never make them work with codes.