I am trying to load excel data into an application with data table format

I am trying to load excel data into an application with data table format. Data is entering correctly for the first line of data. But the second row of data overwrites into the same row in my application. I saw another issue like this but it didn’t explain how to use the Send Hotkey activity.

1 Like

Hey @Drrock

Loop through the Excel data table using for each row and take the index output from it

Now your type into activity selector should have an attribute like rowNum or idx in which you pass the above index output dynamically as a variable which should do the job.

Hope this helps.

Thanks
#nK

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