I have an Approved Drivers List. When I built the list I created a flow that runs every day and checks to see if someone's DL has expired and then email me . The flow works works like a charm on the all the entries that were put in before I built the flow. But it will not pop up with anyone that was added after the flow was built. There only about 50 entries on this list. The only thing I can think of that I changed is the view of the list. I wouldn't think this would affect it but I figured i had better mention it.
Hi @glandrum,
Which browser are you using? If you are using Chrome, I am afraid that you will have change to IE. Then in the Edit mode, click the Camera icon to upload a screenshot.
You mentioned that you have added a Condition to check if the column of “notify of expiration” is less than or equal to Utcnow().
What’s the exact column name and format of this column?
If it is named as “mege” and it is date only column, please try with the following formula.
@lessOrEquals(items('Apply_to_each')?['mege'], utcNow(‘yyyy-MM_dd’))
By the way, when comparing two dates, they have to be in the same format. Sometimes, we should use formatDateTime function to format the date to a required format. Please check the following doc on date and time functions for a reference:
Best regards,
Mabel
Hi @glandrum,
Could you share a screenshot of your flow?
According to your description, it seems that you would like to send an email with items that have expired per day.
I have made the following test and the issue you mentioned could not be reproduced, all the items could be got when the flow is triggered though I have changed the view of the list and added some new items into the list.
It is configured likes below. For testing, I triggered the flow with a manual button.
Please check the following screenshot for a reference.
Best regards,
Mabel
WarrenBelz
146,635
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional