Build a project to download attachments from the email, get specific data, uses it to get more information on the web app then finally inserts the manipulated data in the same excel sheet and send it to the draft emails

error: Use Application: ACME System 1 - Dashboard and 3 more pages - Work - Microsoft​ Edge: Could not find the user-interface (UI) element for this action.

Possible solutions:
• Ensure application is opened and the UI element is visible on the screen at execution time
• Edit the Target of the UI activity and use Validation to debug the issue.
• If needed, re-indicate the element as its properties might have changed
• Use “Check state” activity to check the application state before executing the action
• Increase the “Delay before” value to allow time to the application to render entirely and become responsive
process:build a project to download attachments from the email, get specific data, uses it to get more information on the web app then finally inserts the manipulated data in the same excel sheet and send it to the draft emails

@Shanitah_Isa

Welcome to the community

Looks like the page is missing or the selectors are wrong…please check the same

cheers

Hello @Shanitah_Isa

  1. Main Sequence

    • Other activities before attempting to find UI element
  2. Retry Scope

    • MaxRetries: 3
    • RetryInterval: 00:00:05
  3. Sequence

    • TryCatch
    • Try
    • Activity to find and interact with the UI element (e.g., Click ‘Example’)
    • Catch
    • Type: [UiPath.Core.ElementNotFoundException]
    • Handle the exception, e.g., log an error message
    • Log Message: “UI Element not found. Retrying…”
    • LogLevel: Error
  4. Other activities after interacting with the UI element

Thanks & Cheers!!!