Hi @PowerAutoU2
Anytime your flow is triggered, it is the latest modified, so not really understanding why you have a check on the properties?
But lets discuss what you want.
Clarification Question: At the end of the day, you would like the latest modified version, of any file that was changed on THAT day to be processed and then email some details to someone?
If that is the case, then you still have to use a reoccurring. But you would need to do something like this.
1. Use a reoccurring trigger
2. Then you need to do a Get Files (properties) (action) to Loop through all the files in the folder you define
3. In the loop, for each file call the Get File Properties
4. Add a condition to check if the modified date is equal to your Today()
--I have no idea what your timezone settings are etc so I cannot tell you exactly how to write your compare
5. if it matches today. THEN in the If Yes (condition section) put all your current code. You will need to update any actions that rely on the content, to point to the Get Files (properties) Apply to each Item to get the file pointer for your Get File Content in your current flow actions, versus the Trigger
Now you will only send 1 email a day and you will have the latest for the day.
NOTE: depending on what time you run this at night, it would be possible for the Day to move to the next day, so you may want to add a Compose at the top that greats the current Date so that you can use that to compare against the last modified of the file properties, versus using utcNo() or whatever. I hope that makes sense.
Cheers
If you like my answer, please Mark it as Resolved, and give it a thumbs up, so it can help others
Thank You
Michael Gernaey MCT | MCSE | MCP | Self-Contractor| Ex-Microsoft
https://gernaeysoftware.com
LinkedIn: https://www.linkedin.com/in/michaelgernaey