Extract data from excel and upload data

Hi,
I would like to fetch details from different columns in a excel file and upload those data extracted into fields on a website.
The excel sheet is downloaded with the save attachments activity, and I automatically open it with the invoke power shell activity.

Can anyone please let me know how to proceed

@tharuler

Use Read Range activity under Excel Application Scope activity to read the data from Excel file and will give you output as DataTable. And then use For Each Row activity to iterate that data one by one row and then pass it to Browser to enter into it using Type Into activity.

1 Like

@lakshman thanks

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.