Description
I am trying to automate Gmail processing with the flow below.
I seem to be processing the same email multiple times at unspecified intervals.
Is there a cause for this?
If anyone could help, I would appreciate it.
Start Process
│
├─ While: Are there any unread emails that still need to be processed?
│
│ └─ For Each: Iterate through each email
│ │
│ ├─ Try Catch
│ │ │
│ │ ├─ Try
│ │ │ ├─ Check whether the email has attachments
│ │ │ ├─ Download attachments / Read email body
│ │ │ ├─ Parse content using Regular Expressions
│ │ │ ├─ Save the processing result
│ │ │ └─ Mark the email as Read
│ │ │
│ │ └─ Catch
│ │ └─ Log the error
│ │
│ └─ Continue to the next email
│
└─ End Process
Link
Date
2026-06-25
Related UiPath products
Studio