Extract 4 columns of data into a software using uipath

Hello! Can someone help me with this? I want to extract 4 columns of data from excel and send it to clipboard in uipath. Then from there I will paste it into my software. But idk how to. Can someone guide me please?
If possible can just type out the coding and screenshot it to me? Thanks in advance

Hi,

You can read the excel as datatable and loop all the rows one-by-one.
Use ForEach Row to loop the datatables.
Instead of putting the values in the Clipboard you can directly feed into the target application field by field.
Any reason why you need clipboard here.

Hi @W_QW
u can set clipboard using set to clipboard activities

for extract 4 column use read rage Activities