cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Data extraction from web

rkumar
Explorer
0 Likes
978

Hello Team,

I have to get the input data from excel and have to put that in search box on web and then after clicking details will pop up after that i need to extract data from there for multiple input data one by one.. In SAP iRPA Cloud Platform .Please help

View Entire Topic
lucie16
Active Participant
0 Likes

Hi Ritesh,

what about doing it one by one? I did a simple automation, which shows how I mean it (it does not actually work, it needs more steps, it just shows my idea of the workflow). You run "repeat" as many times as you have the number of rows in your excel. And to your automation "purchase order" you input current column. Then you increase index by one and continue until you reach end.

But I think working with "Get values" should also work.
Was this helpful, or you have a problem elsewhere?
Isn't this some sort of exercise or homework? I see another similar question here.

Regards

Lucie

rkumar
Explorer
0 Likes

Hello Lucie

Thanks a lot for your help. It worked for me..

rkumar
Explorer
0 Likes

You can add properties(Input parameter) panel part too. So it will help others too easily