Re: Count the number of records in the sharepoint list within a day
Hi @sbgoh ,
You could refer to screenshot below to create the flow(Please leave the filter query field in the get items action blank):

The first expression in the Filter array action:
formatDateTime(item()?['issueDate'],'yyyy-MM-dd')
The second expression in the Filter array action:
formatDateTime(utcNow(),'yyyy-MM-dd')
The expression in the Compose for the number:
length(body('Filter_array'))
Best Regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.