Excel to Web Recording

Hi everyone,

I have questions on how can I input my excel file into UiPath studio and extract a column of data for use to insert into a web browser.
After that, I need to copy the text that are generated after inputting the data and put in back into a excel sheet.
I need this process to happen for each data in the column

Thanks!

@jasperlzx,Try Assign activity in for eack loop,row(“Columnname”)=Yourextractedvalue
row

Thanks,
Sreekanth.k

Hello,
What do u mean by the term “Yourextractedvalue” ?

Thanks!

This value.Use get text for text extraction

Okay will try! Thank you!