Hi, I am trying to resolve a problem with a flow that I have built. I have checked other posts but cannot find a resolution that fits my needs or that I understand, very new to flows and trying to keep it as basic as possible.
In summary, a MS form is used to collect data, when it is submitted, a flow is triggered which updates a MS List. At a set time in the morning, (10:00am) the flow I am having trouble with runs. I want it to look at the MS list, extract the entries created earlier in the morning and email the items returned to a selected email address. The email runs fine but the query does not extract the data entered on the day. However, if I run the flow at 14:30 in the afternoon, the flow picks up the entries added to the list that morning.
I have asked the IT desk to check the time settings which are set correctly (NZ, Auckland/Wellington).
The code I have used in the "Get items" function is to filter the list using the following function
formatDateTime(utcNow(),'yyyy/MM/dd')
The format for the field being queried is dd/MM/yyyy. Because the query picked up the entries later in the day, I'm not sure if that is the issue.
Thanks in advance for any help or guidance.
Regards
C