Yahoo India Web Search

Search results

  1. Aug 6, 2019 · Hi, if you are a beginner in the world of automation and would like to know how you can manipulate text based on the solutions available in the VB.NET code and using REGEX (regular expressions) then you are in the right place. In the topic below, you will learn how to easily extract data from any part of the search text using various methods. The topic includes solution examples with descriptions and graphics to better understand the topic for functions such as: Split Substring Left Right R...

  2. May 27, 2017 · I have registered at the UiPath to download the community edition. However, I am not receiving any email containing any link to download the studio. I have tried several times (and even by giving different email ids) and also checked junk email folder. Trying this for last 2 days. How to download it now?

  3. Find the solution, ask questions, help others and stay up to date about our products and community initiatives

  4. May 29, 2021 · bestpractices, community_tutorial, linq. LINQ is part of the .NET framework and offers capabilities for interacting with data, objects or other sources within a particular syntax. This HowTo introduces on starting with LINQ (Language-Integrated Query). Current Version of this topic is DRAFT and will be finalized / enhanced soon.

  5. Sep 14, 2021 · Use do while activity and give condition as counter = 20. 3.Inside do while put a click image activity and indicate the down arrow button. And after click image put a assign activity ad give. Counter = Counter + 1. This will click the down arrow button 20 times change the count accordingly to your needs. Thanks.

  6. Sep 17, 2019 · welcome to UiPath community usually when mm means minutes and MM means Month So in the first expression we were getting the minutes in place of month 17-13-2019 08:13:59 17-14-2019 08:14:22. and after changing the value to MM we get the right value 17-09-2019 08:14:45 (see the difference) so the usual format be like this dd-MM-yyyy hh:mm:ss ...

  7. Aug 24, 2018 · Hopefully the following will outline the scenario: Condition 1: myValue1 > 0 ANDALSO myValue1 > myValue2. Condition 2: myValue3 > 0. Can these two conditions be combined in one IF activity with an OR statement? Meaning that at least one of the conditions must be true in order to continue or do I need to create separate IF activities for the two ...

  8. Feb 3, 2021 · Hi @spidey. Use this to intialise dictionary. dict= New Dictionary (Of String, String) Check this too. Dictionary: Asking to initialize before using dictionary Help. Hey @shakahamed Before adding items to the dictionary it must be initialized. The default value of the Dictionary object is Nothing. To initialize it you can use an Assign activity ...

  9. Jan 31, 2022 · Hi All, My recent post on datatable [All About Datatable- UiPath] (All about Datatable - UiPath) was received well in forum with great feedbacks and many suggested to provide some tutorial on topics which are discussed often in our forum In regards to that I would like to share the commonly used expression for DATETIME conversion Let’s get started one by one 1. Get Current Date in string format Datetime.Now.ToString() (Output - string type - “dd/MM/yyyy hh:mm:ss”) **To get only current ...

  10. Jan 7, 2019 · Hello UiPath Guys! i just finish some trainings on UiPath academy and i think it was an amazing way to grow capabilities about automation! But i have a little question, during curse i was introduced to PDD for an high level process design (on functional point of view) but the SDD (from the technical point of view i guess) is missing. As of my understanding this document is extremely variable but i would like to check some example. Do you have something like this? Thank you in advance for your...

  1. People also search for