Hello Community,
When I run a flow in Power Automate Cloud with PAD it throws me the following error
Problem executing "ReadCSVWithCustomSeparator" action. Import failed. Failed to parse.
Microsoft.Flow.RPA.Desktop.Modules.SDK.ActionException: Import failed. Failed to parse. ---> System.IO.FileNotFoundException: Could not find file 'C:\.csv'.
at Microsoft.VisualBasic.FileIO.TextFieldParser.ValidatePath(String path)
at Microsoft.VisualBasic.FileIO.TextFieldParser.InitializeFromPath(String path, Encoding defaultEncoding, Boolean detectEncoding)
at Microsoft.Flow.RPA.Desktop.Modules.File.Actions.ReadFromCSVFileAction.Execute(ActionContext context)
--- End of inner exception stack trace ---
at Microsoft.Flow.RPA.Desktop.Modules.File.Actions.ReadFromCSVFileAction.Execute(ActionContext context)
at Microsoft.Flow.RPA.Desktop.Robin.Engine.Execution.ActionRunner.Run(IActionStatement statement, Dictionary`2 inputArguments, Dictionary`2 outputArguments)
My flow in the cloud with Unattended,
My flow in PAD run good,
How can I solve that?