in the Mail = Gmail.folder(“Inbox”)(0)
I want to read all the Mail’s without mention the index Number like -(0)
in the Mail = Gmail.folder(“Inbox”)(0)
I want to read all the Mail’s without mention the index Number like -(0)
Please use for each email activity and give the folder from
Which you wnat to read
Cheers
@krishna_priya
o read all emails without specifying the index number in UiPath, you can use a loop to iterate through each email in the mailbox. Here’s an example of how you can achieve this: