Getting Text from Web Page

Hi

I am working on creating a Form where I need to put Inputs from a Web Page . So, a user finds the input name on Portal and then looks for value of the input and paste it into the Form we generate a word file filling up all the user details from Portal like this.

The Bot should look at the Form and pick the Name of the input field and then find that on web portal the value of field and paste it back into the form.

Please suggest the Uipath Activities which can help serve this purpose .
#New to RPA Solutions

Thanks

1 Like

Use get text activity or anchor base activity

Regards @Spark_robot

1 Like

I have multiple Fields , Get text will fetch how will it paste back in form .

Steps are
1.Copy input name
2. Switch window to open portal
3. Find value from portal
4.Switch window to open form
5. Paste value in Form
6. Go to next field in Form
7. Repeat Step1

1 Like

First you store all the different inputs in the data table or excel then you fill the form.

1 Like

Any Code flow available which could give the sequence of activities?

1 Like

I think you can use the Custom Form Activity. It will generate a custom HTML form on start-up and return to you the values from the form. I’ve attached the documentation link. At the end you also have an example project.

1 Like