- Difference between POP and IMAP?
- How do you deal with lots of data in excel?
- Difference between element exist and find element?
- What is Global handler?
can anyone answer of these above questions
Hello @Divya_Sharma!
It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.
First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.
You can check out some of our resources directly, see below:
-
Always search first. It is the best way to quickly find your answer. Check out the icon for that.
Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution. -
Topic that contains most common solutions with example project files can be found here.
-
Read our official documentation where you can find a lot of information and instructions about each of our products:
-
Watch the videos on our official YouTube channel for more visual tutorials.
-
Meet us and our users on our Community Slack and ask your question there.
Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.
Thank you for helping us build our UiPath Community!
Cheers from your friendly
Forum_Staff
Sorry for the late reply
Please read the article below to know the difference between the protocols.
In layman terms POP is rather very simple. It gives us option to download the mails from the server to our local computer. It doesn’t provide us more functionality other than that.
In terms of UiPath, just look at the property section of both the activities and you will understand. IMAP has other functionalities like choosing the folder to look for mails into, marking read mail as read/unread, specifying the top unread mail count, using filter to get mails. So one wants to use these functionalities while getting the one should use IMAP.
Quantify ‘lots of data’ in terms of rows, columns and size. UiPath is capable of handling large excel files. I have worked with 600K rows, 150 cols and file size of 500 MB. You are suggested to use Excel Application scope while reading and writing large excel files. After reading the files perform the operation on data table using LINQ as it is fast and capable of handling large data tables.
Refer the UiPath documentation for this:
Find Element- Waits for the specified UI element to appear on the screen (to be in the foreground) and returns it as a UiElement variable. If you want to find out if an element is enabled or not
Element Exist - Enables you to verify if a UI element exists, even if it is not visible.
Watch this video:
Regards
Varun Kumar
thank you for answering and thanks for your quick reply
Please mark it as solution to close the topic
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.