I have a flow that creates a new file in OneDrive Business from an EMail attachment I receive each day. Works fine!
Now I want to SFTP that file, each time a new file is created in the OneDrive folder, to AWS SFTP E2 instance. I receive the file at 4:00 AM each morning but the AWS connection is not open until 7:00AM so I will need to delay the copy of the file to AWS until the connection is open. Would I use "When a file is created" -> "Delay until" -> "Get file content" -> "Create File SSH" Keep in mind that the filename changes each day to include the current date. Thank you
Any help is much appreciated.