I have a Flow that utilizes the following in the the Filter Query of a Get items.
Created ge ' @{formatDateTime(addDays(utcNow(),-6 , 'yyyy-MM-dd'))} '
When the Flow ran on Friday 2022-08-05 at 4:00 PM, I assumed it would get all records greater than or equal to 2022-07-30 through 2022-08-05. After review of the records, it appears that the 25 records entered on 2022-08-05 were not included.
Am I misunderstanding the date process?