Hi Guy! Hope you found this video useful. Please like, share and subscribe to my channel. This will motivate me to create more good contents. Thanks!
@rimantasdanilevicius67544 жыл бұрын
Once again, thank you for great tutorial. How to know which port to use? Does port 993 is default as imap.gmail.com for all such gmail cases?
@qualityassurancelab77644 жыл бұрын
@@rimantasdanilevicius6754 You are welcome, yeah 993 is default for imap.gmail.com
@shivavaishnav17114 жыл бұрын
Hello Ma'am. Thanks for your tutorial videos it's helping me alot. I'm facing problem will performing this activity, as Google is blocking me from entering in my own gmail and i am getting error message while running the Uipath. Can you please guide me. Thanks you so much
@rimantasdanilevicius67544 жыл бұрын
@@qualityassurancelab7764 Thanks for reply :)
@qualityassurancelab77644 жыл бұрын
@@shivavaishnav1711 You are welcome, please let me know what error message you received.
@aswinkv96303 жыл бұрын
Hai Quality Assurance Lab team, you are just amazing. I have no IT background and even me can understand your videos. Special appreciation to the lady who handle lectures. Madam your are explaining everything in grassroot level in simple language. Thank you
@qualityassurancelab77643 жыл бұрын
Thank you so much for the feedback, I am really glad to know that these videos are helpful to you
@jyothijosh20063 жыл бұрын
The way of explaining concepts are really good and very neat too, thank you for the providing such a good examples.
@swarnavamseekrishna50114 жыл бұрын
Very well explained and loads of thanks to you 🙏.
@palanivels44784 жыл бұрын
Hi, I could not find list format in Browse tyes
@zahidakhtar84 жыл бұрын
Hi, Could you please share a video how to read subject of undelivered outlook mail. I didn't find anything helpful or a feature in Uipath to do this. Some answers in forum says.... you need to code but what to code and how to incorporate it in uipath. It will be helpful if you make a video on it.
@lavanyac72412 жыл бұрын
Hi Ma'am! this helped me out a lot.. but I have small doubt, that can we have a result report for this?
@nitaprasad38554 жыл бұрын
Hi can you please make a tutorial on Image and text automation ?
@Vijaykumar-ct6ss3 жыл бұрын
12:00 split function... Array
@jb_godzilla73984 жыл бұрын
I liked the tutorial but a question apart from reading the data above such as the address and the subject, it is possible that UiPath can enter the emails and download a file, exit and do the same with another
@qualityassurancelab77644 жыл бұрын
Yes, UiPath can download the email attachments using the activity Save Attachments.
@prashantrai59114 жыл бұрын
Acha padhati ho aap thoda jyada video UI PATH used cases ke project par banaiye.jyada se jyada video UI PATH par banaye jaise AUTOMATION ANYWHERE par banaya hai
@qualityassurancelab77644 жыл бұрын
Thank you, I will make more videos on UiPath. You can let me know if you have any specific scenario on which you wish me to make videos.
@prashantrai59114 жыл бұрын
@@qualityassurancelab7764 ok I sent u one case at your mail id u can make video on that used case,and by the way r u working in any organisation or unr working as a tutor.Meanwhile make a video on that how can fresher get a job in UI PATH developer
@deepakgautam69043 жыл бұрын
Hi mam how do you record with obs I am getting a lot of selector error when I record.
@mscoder99024 жыл бұрын
Thanks
@adarshjain27453 жыл бұрын
Is there any issue in automating banking websites login?
@mkarthik144 жыл бұрын
Hi Madam, Very useful video. How to get the port number ?
@qualityassurancelab77644 жыл бұрын
Hi, thank you! Port numbers are fix for every server, you can search for port number on internet
@yakkalilikitha5872 Жыл бұрын
mam i didnt retrieve my mails because of this issue "Get IMAP Mail Messages: The operation has timed out." i get this error before dropping if condition only.
@sampathvangala94053 жыл бұрын
what shoud be the if condition for sender of the mail
@qualityassurancelab77643 жыл бұрын
You can check the conditions such as sender of the mail is a specific sender , sender contains any specific text etc.
@user-vd5gt9if4u4 жыл бұрын
Hi madam, Can we make unstructured data into structured excel data files using UiPath ?
@qualityassurancelab77644 жыл бұрын
Hi, could you please explain the scenario a bit more, what is the content of the unstructured data , and what you want to convert?
@darknight929ify2 жыл бұрын
hello, how do we add something from gmail to excel in row and coloumns [
@saisrikanthbalijepalli34324 жыл бұрын
Hi Quality Assurance lab I am trying to read the body of the gmail. For this I have used "item.body" in for each activity. I could see it as blank. When i tried to read the subject or From , it is working fine. Kindly provide your inputs on the same.
@qualityassurancelab77644 жыл бұрын
Hello! To get email body , add an assign activity and assign the value mail.Headers(“HTMLBODY”).ToString to the variable say body This will give you HTML body. To get the plain text out of it - Create a variable regex of type new System.Text.RegularExpressions.Regex add one more assign activity and assign the value regex.Replace(body, "", string.Empty) to the variable say plainEmailBody. The variable plainEmailBody will display the email body in the message box.
@tejaswinerella52234 жыл бұрын
Hi, @Sai did you tried that regex process using assign activity?
@bounguichakhmayes61034 жыл бұрын
I find this exception : RemoteException wrapping MailKit.Security.AuthenticationException can you explain ?
@qualityassurancelab77644 жыл бұрын
To access email with the help of applications like UiPath, JMeter, Automation Anywhere etc., sometimes app password is required , instead of normal email password. Please generate app password and try again - kzbin.info/www/bejne/gnqag5iwh81qbKc
@ajaythyaraj41414 жыл бұрын
Disable antivirus temporarily
@shapbnil4 жыл бұрын
What to do if this Error message coming?? Source: Get IMAP Mail Message, Message" Invalid Credentials(Failure), Exception Type: MailKit.Security.AuthenticationException. Please help
@qualityassurancelab77644 жыл бұрын
Could you please try again by turning on less secured app security settings in gmail - myaccount.google.com/lesssecureapps?pli=1
@srushtikotangale20643 жыл бұрын
I am getting the same error.
@bharatsuri59764 жыл бұрын
Hello , you had put find "mail" in "mails" ....... in which mails was a list variable storing all unread emails... but how does the system recognize "mail" ? is that a system variable ??
@dr.mohammedmohammed76333 жыл бұрын
where you got the email port , 993 , please can you clarify those thing ?
@bhanumahesh11253 жыл бұрын
can't we do email activity in sequence workflow?
@qualityassurancelab77643 жыл бұрын
Yes you can do
@adarshjain27453 жыл бұрын
How can one know the port and server of other websites in which one want to login....
@Suri_Aqua Жыл бұрын
Main.xaml: (2) : error BC30451: 'VarMail' is not declared. It may be inaccessible due to its protection level. help me to resolve this
@hasibshohag73082 жыл бұрын
I got one point on Logon is secure password ! what to do?
@whiterabbit22964 жыл бұрын
For those is having Invalid credentials (Failure) please go to your Gmail security and "Allow Secure apps" if doesn't how to able the secure please go to myaccount.google.com/security and turn on less security Alerts!!! only did it in your testing account or new account
@qualityassurancelab77644 жыл бұрын
Thanks for sharing
@panji87644 жыл бұрын
Love it
@bhanumahesh11253 жыл бұрын
i got runtime execution error how to solve it
@qualityassurancelab77643 жыл бұрын
Could you pls share the complete error?
@bhanumahesh11253 жыл бұрын
@@qualityassurancelab7764 source:Get imap mail messages Message: the operation has timed out Exception type: System. TimeoutException
@qualityassurancelab77643 жыл бұрын
@@bhanumahesh1125 Open UiPath Studio as admin and provide the property value of TimeoutMS as 200000 in Get imap mail messages activity.
@venkatabhinesh49802 жыл бұрын
Hi I gave correct credentials but when it debug it's shows invalid credentials
@JamshedpurMusafir2 жыл бұрын
I am going through same error
@maswani85612 жыл бұрын
hi team, i am not able to create variable please help me to create variable like you are create in this vedio.
@basitmirza76492 жыл бұрын
How to extract datatable from emails and save it on excel file?
@amritasharma75754 жыл бұрын
i have this error ....plz help
@zhenhuixiang68164 жыл бұрын
Hi, how could I find emails with specific subject pattern but not exactly the same word? e.g. I would like to find email with subjects like this "abcd# 12345 approval required" and "abcd# 56789 approval required"
@gauravchaurasiya33354 жыл бұрын
it shows invalid credentials (i checked every information is correctly filled) plz help what to do.....
@qualityassurancelab77644 жыл бұрын
Could you please try again by - Enable 2 step authentication on Gmail account generate app password for the same account Use app password instead of regular password in the UiPath project Please refer this - kzbin.info/www/bejne/gnqag5iwh81qbKc
@nemizjain Жыл бұрын
Some of the activities are not available are not available in our studio. It is very difficult to follow you
@kesava904 жыл бұрын
In 2020 version don't have Type Argument in For Each activity...how to solve ?
@qualityassurancelab77644 жыл бұрын
Could you pls share the exact version and release number? Did you tried by restarting the system, it worked for many people.
@kesava904 жыл бұрын
@@qualityassurancelab7764 Studio 2020.10.2-beta 4 , and i tried restarted
@qualityassurancelab77644 жыл бұрын
@@kesava90 I will get back to you as soon as I get the solution
@rajeenasuresh4 жыл бұрын
@@qualityassurancelab7764 Is it because of selecting, For Each row instead of For Each, when I accidentally selected For Each Row I coudnt find the argument type.
@qualityassurancelab77644 жыл бұрын
@@rajeenasuresh Yes, For Each Row do not have argument type. For Each activity has the argument type.
@adarshjain27453 жыл бұрын
For me google is blocking the sign in attempt
@maheshbharathakavi20134 жыл бұрын
i need full information and scenarios based on real time how can i get it if i take membership you will provide right ?
@qualityassurancelab77644 жыл бұрын
Hi, Mahesh, I replied to the question over the email, please let me know if you have any further questions.
@krishnasai51113 жыл бұрын
I'm getting error in host property madam no such host is known
@shekarsingh74243 жыл бұрын
can anyone tell me why I am getting invalid credential error? despite of filling correct email and pass.
@shafmairaj64933 жыл бұрын
I'm getting this error i tried less secure setting in google account , app password thing , enabling IMAP in google account but couldn't resolve it ERROR: Get IMAP Mail Messages: Timed out while waiting for Mail Service to connect. RemoteException wrapping System.TimeoutException: Timed out while waiting for Mail Service to connect at UiPath.Mail.Activities.GetMailActivity.EndExecute(AsyncCodeActivityContext context, IAsyncResult result) at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result) at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
@yashgorey4 жыл бұрын
i have error on gmail for security issue
@qualityassurancelab77644 жыл бұрын
Could you please share the exact error?
@yashgorey4 жыл бұрын
@@qualityassurancelab7764 message!!! (Someone just used your password to try to sign in to your account from a non-Google app. Google blocked them, but you should check what happened. Review your account activity to make sure no one else has access. )
@qualityassurancelab77644 жыл бұрын
@@yashgorey You got this email since you tried to access gmail account from an App, i.e. UiPath. Were you able to execute the task from UiPath? If not, please enable 2 step Authentication and generate App password - kzbin.info/www/bejne/gnqag5iwh81qbKc Provide that app password in the UiPath project and try to execute again.
@yashgorey4 жыл бұрын
@@qualityassurancelab7764 Plz make more Video on UiPath
@qualityassurancelab77644 жыл бұрын
@@yashgoreySure, you can checkout the latest video on UiPath Orchestrator - kzbin.info/www/bejne/eIi3f6Kpq52Girs
@maheshbharathakavi20134 жыл бұрын
am getting error as below Get IMAP Mail Messages: An error occurred while attempting to establish an SSL or TLS connection. One possibility is that you are trying to connect to a port which does not support SSL/TLS. The other possibility is that the SSL certificate presented by the server is not trusted by the system for one or more of the following reasons: 1. The server is using a self-signed certificate which cannot be verified. 2. The local system is missing a Root or Intermediate certificate needed to verify the server's certificate. 3. The certificate presented by the server is expired or invalid. See github.com/jstedfast/MailKit/blob/master/FAQ.md#InvalidSslCertificate for possible solutions.
@qualityassurancelab77644 жыл бұрын
Could you please try again by turning on less secured app security settings in gmail - myaccount.google.com/lesssecureapps?pli=1
@vijaypalkankanala55772 жыл бұрын
Download Gmail attachment using uipath
@pritishsahoo33314 жыл бұрын
Hi , it throws timeout exception when trying to access the gmail account
@qualityassurancelab77644 жыл бұрын
Hi, could you please confirm if any firewalls are blocking the communication
@amritasharma75754 жыл бұрын
Get IMAP Mail Messages: An error occurred while attempting to establish an SSL or TLS connection. One possibility is that you are trying to connect to a port which does not support SSL/TLS. The other possibility is that the SSL certificate presented by the server is not trusted by the system for one or more of the following reasons: 1. The server is using a self-signed certificate which cannot be verified. 2. The local system is missing a Root or Intermediate certificate needed to verify the server's certificate. 3. The certificate presented by the server is expired or invalid. See github.com/jstedfast/MailKit/blob/master/FAQ.md#InvalidSslCertificate for possible solutions.
@qualityassurancelab77644 жыл бұрын
Hi Amrita, I believe you have done same settings in the property of Get IMAP Mail Messages Activity as shown in the video, along with the PortDisplayNumber as 993 and ServerDisplayName as "imap.gmail.com". Such error mostly pccur due to installation of the any Antivirus software in the system. Could you please disable antivirus temporarily and try again?
@kanchanggogoi72504 жыл бұрын
@@qualityassurancelab7764 i was also facing the same issue...uninstalled antivirus...issue resolved
@qualityassurancelab77644 жыл бұрын
@@kanchanggogoi7250 thanks for sharing!
@saritha.massistantprofesso22674 жыл бұрын
i got such type of error
@veera567g34 жыл бұрын
Authenticatio error problem even i have given with correct credentials and again and again the same error. but finally i have solved the issue with other video tutorials. feeling disappointed with this
@meditativeminds91593 жыл бұрын
What to do if this Error message coming?? Source: Get IMAP Mail Message, Message" Invalid Credentials(Failure), Exception Type: MailKit.Security.AuthenticationException. Please help
@qualityassurancelab77643 жыл бұрын
please enable 2 step Authentication and generate App password - kzbin.info/www/bejne/gnqag5iwh81qbKc Provide that app password in the project instead of normal password and try to execute again