I'm trying to create a desktop flow that grabs a title from a web page, combines with a date and creates a folder with that info. It errors out with the below result. I suspect it has to do with the way the data is extracted as there are no ilegal characters and If I remove the %datafromwebpage% variable the folder gets created with no issues. Appreciate any help.
Robin.Core.ActionException: Can't create folder 05-26-21 Question Info
into c:\scripts. ---> System.ArgumentException: Illegal characters in path.
at System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional)
at System.IO.Path.Combine(String path1, String path2)
at Robin.Modules.Folder.Actions.FolderActions.CreateFolder(Variant newFolderPath, Variant newFolderName, Variant& newFolder)
--- End of inner exception stack trace ---
at Robin.Modules.Folder.Actions.CreateFolder.Execute(ActionContext context)
at Robin.Runtime.Engine.ActionRunner.RunAction(String action, Dictionary`2 inputArguments, Dictionary`2 outputArguments, IActionStatement statement)

Report
All responses (
Answers (