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.
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.