I tried breaking the flow out to test each component.
I'm starting with the filter rows expression (shown below):
createdon ge '@{formatDateTime(convertTimeZone(utcNow(), 'UTC', 'Eastern Standard Time', 'yyyy-MM-dd'), 'yyyy-MM-dd')}T00:00:00Z'
and createdon lt '@{formatDateTime(convertTimeZone(addDays(utcNow(), 1), 'UTC', 'Eastern Standard Time', 'yyyy-MM-dd'), 'yyyy-MM-dd')}T00:00:00Z'
My first question is... Shouldn't the output show the entries that were created today 3/6/2025? Instead, it shows "200".
I attempted to add a compose following the list rows but each time I select any dynamic content, an apply to each is automatically added which I do not want given the end goal of sending 1 email with all entries from that day.
Any guidance is appreciated!