Folder is not creating

The attempted operation failed. An object could not be found in UiPath.

By using Outlook folder create activity bot is not able to creating the folder

1 Like

Hi

The error indicates that the bot is unable to find the Outlook folder that you are trying to create.

There are a few possible reasons for this error:

  • The Outlook folder may not exist.
  • The Outlook folder may be located in a different mailbox than the one that the bot is using.
  • The bot may not have permission to create Outlook folders.

To troubleshoot this error, you can try the following:

  • Make sure that the Outlook folder exists.
  • Make sure that the Outlook folder is located in the correct mailbox.
  • Make sure that the bot has permission to create Outlook folders.

If this doesn’t work

  • Try restarting UiPath.
  • Try restarting Outlook.
  • Try running the bot as an administrator.

Hope this helps

Cheers @raghunath_reddy

Hi @raghunath_reddy

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:

  1. 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.
  2. 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.
  3. 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.

Thanks!!