Gmail Automation in browser

Hello!!

A quick question, I am checking with Gmail Automation where I am trying to read the mails. But while practicing I am unable to fetch the credentials from orchestrator, I am using Gmail on browser which is already open.

I tried filling the properties tab with help of some videos but still no use.

Is there any other way?

@Anirudh_Tugawe

Do you know about gsuite activities? Which dont need you to use ui automation at all

https://docs.uipath.com/activities/other/latest/productivity/about-google-gsuite-activities

If already using

Are you using integration services?

Or any other authentication?

Cheers

Hello @Anirudh_Tugawe

GetSecureCredential Credential=“[credential]” CredentialName=“GmailCredential”
OpenBrowser Url=“https://mail.google.com
OpenBrowser.Body
TypeInto Text=“[credential.UserName]”
TypeSecureText SecureText=“[credential.Password]”
Add other Gmail automation activities here →
OpenBrowser.Body
OpenBrowser

Thanks & Cheers!!!

Thank you, got the solution, it was an issue with 2-step verification in Google settings where I got to create an app password, and now it’s working.

Thanks again.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.