Can you still use IMAP in UiPath?

I’m playing with different ways to read in emails. I tried Get IMAP Messages, but couldn’t get it to work. The tutorials out there say to set something like “Allow Less Secure App” in my Google Account. but it seems Google has eliminated that option. Following one tutorial, I turned off “2-step veritication” also. I enabled IMAP on my GMail, passed in “imap.gmail.com” as the server, 993 as the port, and my email address and password to the properties of the Activity. But I keep getting “invalid credentials” back. What am I doing wrong?

@Terry_Marr,

Use password from application not the actual password.

Refer this solution.

@Terry_Marr

If using oauth2 option then we need to use access token in password

If not using that then we have to use app password in the field

Cheers