I have a collection whose origin is a sharepoint list to which data is entered daily. I want the source to be filtered so that it takes the values entered only for today.
I have tried:
Filter(InventaryRegister;Creado=Now());
But it doesn't work for me, I think it is also evaluating the hours of the NOW() function but I want it to only evaluate the date.