How can i Count all the dates that are the same with the date of today
If i have a
Json api link and i want to count all the products where the createAt date is the same as the Today() date
i tried this:
COUNTIF( DATE( @/list/createdAt;, "yyyy/mm/dd") =TODAY() )
But it doesnt work can someone pleas help me?