The error message “The attempted operation failed. An object could not be found in UiPath” typically indicates that UiPath’s Outlook activities are encountering an issue while trying to create a folder in Outlook. Here are some steps you can take to troubleshoot this issue:
Check Outlook Configuration:
Ensure that Outlook is properly configured and running on the machine where UiPath is executing the process.
Make sure that the email account used in the Outlook Folder Create activity is accessible and has the necessary permissions to create folders.
Verify Folder Existence:
Check if the folder you are trying to create already exists. Outlook may return an error if you attempt to create a folder with a name that matches an existing one.
Check Activity Parameters:
Review the properties and parameters of the Outlook Folder Create activity to ensure that they are correctly configured. Pay attention to folder names, paths, and any variable values being used.