How to copy and paste a single piece of information
Use Case Description
Hello, I would like to ask for your help. If I want to copy a certain table information from website A to the corresponding field of webpage B, the structure of webpage B is the same as that of webpage A, but webpage B is a blank page. I would like to ask how to achieve this. Please help. Thank you
AS-IS WORKFLOW, TO-BE WORKFLOW
-
Other information about the use case
Industry categories for this use case: Information Technology and Services
Skill level required: Beginners
UiPath Products that were used: UiPath Studio
Other applications that were used: -
Other resources: -
What is the top ROI driver for this use case?: Accelerate growth and operational efficiency
@Anil_G
Thank you for your explanation, but can you please elaborate a little more? I want to know more
I attach a screenshot to illustrate
Record a lot of information like this on the A webpage (the blue text is the content filled in each record)
Now I need to copy the content recorded in column A on webpage B (the form with a fixed style has been established)
There are about a thousand pieces of such information recorded on the A webpage, and the content of each record is different (only the format is the same)
At present, it is completed by manually copying and pasting. I want to use UiPath to complete this task. Please help, please, thank you
So basically you need to identify each cell or each element on A and then use get text activity to get the data that is filled…then use a set text or type into activity to type or paste the data to webpage B …as both look similar…the same selectors also might work…with small changes on the titles…I hope the titles are different…If not first all the data needs to be scrapped then open secon dside and paste each data that is stored in variables
The approach would be same…first check the feasibility of your selectors …all of this depends on how similar every layout would be …