RPA Challenge | Solution Part 1 - Input Forms (using Dynamic Selectors and Anchor) | UiPath

preview_player
Показать описание
This video tutorial shows how to solve part 1 of the PRAChallenge (dynamic input forms). It will be a complete walkthrough and a simple and efficient one, in where we use dynamic selectors.

You could also watch:

Connect with me:

0:05 Presenting the case
We want to solve the RPA Challenge part 1 about dynamic input forms in UiPath. The challenge is a standard rpa use case and you can see the challenge as a CRM system, we want to automate.

01:06 Read Range
Read our data from Excel to a Data Table. We do this before, we click start in order to get a better score.

01:38 Click Start
Click the start button of the challenge.

02:10 For Each Row
We are iterating through each row of our input data.

02:32 Anchor Base
Using the UiPath activity 'Anchor Base' to define an anchor close to our input field.

03:01 Find Element (Anchor)
Defining the anchor.

03:20 Type Into (Anhcor Activity)
Typing into our input field.

03:34 How to make a Dynamic Selector
To make the best solution we create a dynamic selector in UiPath. Pay close attention to this as it's an important concept of RPA.

05:04 Build Data Table
We us a Data Table to keep track of the names of our input fields.

08:58 Click Submit
Challenge done and...

10:55 Congratulations 100% 😊
...we got the perfect score!

📂Get the files from the video

#rpa #automation #uipath
Рекомендации по теме
Комментарии
Автор

IMPORTANT INFORMATION: There is now a space after Last name in the Excel sheet from rpachallenge.com. Either remove that or add it in the 'Build Data Table'.

andersjensenorg
Автор

thank you for this very useful video, upload UIPath videos more often because I'm also learning UIPath from your videos

asepraisprabowo
Автор

I solve the problem, it is work now


Thank you so much

mscoder
Автор

Anders, this is exactly what I am looking for but only from a pdf file. In the file are numbers I would like to extract and put into a SharePoint site to the corresponding section. Every new pdf file needs to be a new row in SharePoint. Will it be possible for the robot to realize when a new pdf file arrives in an e-mail inbox to start "working" or does it need to be manually activated?

chrisbare
Автор

Hey this is new, and good ! ive just started uipath this month looking for a career changing. please keep it up with these tutorials. How long have u been doing uipath ?

Mantekz
Автор

Hi!! it is an awesome tutorial but my UI explorer, in find element, dont let me change "aaname" in order to write variables or any other thing.
Why!?!?!? =(

amandacalderon
Автор

Hi Anders, Thank you for your videos on UiPath. I am looking for an answer to my question, I understand that for dynamic selectors we have created a datatable and now iterating through the same. In my recent interview on UiPath, my interviewer asked me what if we have to fill 150 fields on a webpage, how can we do it without using the type into activity ?

riyajain
Автор

Hi today I subscribed your channel and learnt new thing in selectors
I am trying to build my career in uipath
Can you please provide videos on remaining challenges in rpa challenge

akepatisujitha
Автор

Hi Anders, these videos are inspiring me to change my career so keep it up, dude 👍🏽👍🏽👍🏽... I'm new in RPA trying to learn UIPath and Winautomation... I made it in Winautomation but in UIPath when I try to get the columns or texts to type into I get "non-invocable member" I've tried row.item(4).ToString and row.ItemArray(3).ToString or any dynamic way but they don't work 😵😵😵... I hope this doesn't bother you and also that this question isn't so silly 😅😅😅...

johanynavarro
Автор

The selector for Anchor based has changed, there is no NameField there to edit. Its now only <webctrl tag = LABEL>

christinaschrodinger
Автор

I can't find read rang from workbook. already install excel.activites. do you know why?

Financially_Free
Автор

Hi, Anders
I have another RPA challenge (real one) :) when a form is submitted, the webpage opens second/third set of same fields to enter with the first filled form present on the screen. How to train the robot to look for the fresh set of fields, instead of coming back to already filled field?

gaadas
Автор

This input form challenge done nice.but please put video of shortest path on challenge.

FreeFly
Автор

Please make video for the new rpachallenges v 2.0 sir🙏🏼

imaduddinzanki
Автор

How do you open the browser without the open browser activity?

lemon
Автор

First of all thanks for this insane tutorial!
Unfortunately the "Last name error" keeps occuring event though I deleted the space after "Last name". It says Last name does not belong to table DataTable. Do you have any advice?

Have a great day!

jonasigel
Автор

Hello Anders, I enrolled on your rpa class in Udemy. 🙂 Im having challenge on selecting item from a dropdown, based on the data from my excel. So selection is changing per row item. Can you help me on this?

jameun
Автор

what is a solution of this problem non invocable member row cannot be used like a method

waqarasif
Автор

Anchor based selectors are not supported in selector editor.
Error occurring, how can i solve this

f.mohammedathhar
Автор

Hi Anders, I know where is the error it is in the last name when i remove that it is work fine but when i add the last name i get the error, unable to recognize it, how i can fix that ?
Thank you

mscoder