UIPath Automation - C#
Directly after upgrade to the latest UIPath (version 2022.10.1) I encountered an error on activity WriteTextRile. The required ‘Write to file’ input in this activity does NOT accept a compilated string (to a certain folder at the file system) anymore.
Error message: Can not implicitly convert string to UIPath.Platform.ResourceHandling.ILocalResource.
Also, UIPath Documents on Activity WriteTextFile, aren’t updated if this is an intended change.