Does anyone can take a look why it only filter a few emails for my flow, it didn't count all emails for the day I needed. thanks.
my flow is using:
Recurrence -> Get emails V3->initialize variable->Compose->Sent Emails V2
Here is what I set for each actions:
For Recurrence:
Time Zone
(UTC-04:00) Atlantic Time (Canada)
For Get Emails V3:
formatDateTime(convertTimeZone(addDays(utcNow(), -1), 'UTC', 'Atlantic Standard Time'), 'yyyy-MM-dd')
For Initialize variable
Value
length(body('Get_emails_(V3)')?['value'])
For Compose:
InputsFrom Variables counter
For sent emails v2:



Thank you for your kind time to take a look.