Hello,
I have a flow running weekly at a specific time.
At that time, the flow will go and grab and file and copy it to a different location.
That file is named with a date on which the flow runs.
The flow seems to run the next day, so it cannot find the file since the date/name of the file is different.

It ran on the February 17 but looked for a while name that was the 02-18-2021. The file "Huddle 02-17-2021.docx" does exist, but not the one with the wrong date.
I'm getting this error:

It used to work when that task was schedule to run at 3pm that day, but I need to run it later on.
Is there anything I need to add in that expression: formatDateTime (utcNow(),'MM-dd-yyyy')?