How to solve the "The path is not of a legal form"?

Hello Team,

Kindly advise on that error this happens when I run the automation.

Thanks

@Kakooza-Allan-Klaus There might be some invalid character in your path.
Use below link to get more:

You can use log message to check the path manually

1 Like

It happens when I’ve just lauched the automation from main.xaml
And it has been working earlier
Which path exactly is it?

I have resolved the issue the error was with using the FileInfo DataType I had put there a default value of new Fileinfo(“”) and it was the causing the issue

1 Like