Hi there,
Bit of a maddening issue I've come across. I've setup a flow which practically opens a web page and downloads a report to this computer (Windows 11)'s Download folder. The file is then renamed and moved to another local folder at which time the process ends.
At the moment I am running into an error where the Move File/ Get Files Action
| Error location | Subflow: Main, Action: 41, Action name: Move file |
| Error message | Source folder doesn't exist |
| Error details | Microsoft.Flow.RPA.Desktop.Robin.SDK.ActionException: Source folder doesn't exist ---> System.IO.DirectoryNotFoundException: Could not find a part of the path. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.File.InternalMove(String sourceFileName, String destFileName, Boolean checkHost) at Microsoft.Flow.RPA.Desktop.Modules.File.Actions.MoveFileAction.MoveFile(FileObject source, FolderObject destination, Boolean overwrite) --- End of inner exception stack trace --- at Microsoft.Flow.RPA.Desktop.Modules.File.Actions.MoveFileAction.MoveFile(FileObject source, FolderObject destination, Boolean overwrite) at System.Linq.Enumerable.<SelectManyIterator>d__17`2.MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Microsoft.Flow.RPA.Desktop.Modules.File.Actions.MoveFileAction.Execute(ActionContext context) at Microsoft.Flow.RPA.Desktop.Robin.Engine.Execution.ActionRunner.Run(IActionStatement statement, Dictionary`2 inputArguments, Dictionary`2 outputArguments) |
This function gets all files within this folder (of which there is one file downloaded)

Which is passed as 'Files' to this action, of which we take the first file (i.e., at Index 0).

Anyone seen this one before? Have any ideas on how to trouble shoot this?
Thanks all in advance!