Hi This is for the Power Automate Desktop not online flow.
I cannot see a trigger to check a specific file's modified date.
I need to check a specific file on the drive's modified date, if modified date = today start the flow.
The best thing I can think of is to
1)write a power shell to return the file's modified date as a variable
2) write if statement in PAD to compare that variable with today
But i don't know how to do either so any help would be appreciated.