I’m trying to automate the launch of a UiPath script when I receive a specific email, so to do this I need to create a .bat file and launch it through an outlook rules!
for the .bat file I had this problem even though the path is correct!
can someone explain to me what the problem is?
file .bat :
I guess you are trying to run a windows compatible process xaml …if so it cannot be run using xaml it has been stopeed…you need to create a package and then trigger the package which is .nupkg
Triggering .xaml file is only supported in windows-legacy projects
Also the syntax is uirobot.exe execute —file "locationtoxaml"