Read the excel as datatable usingn read excel or use excel file and read range activities…then use for reach row in datatable and then in the keyboard shortcuts field give currentrow(0).ToString…so that shortcut will be taken one after another in loop
Else dt.rows(1)(0).ToString will give the second row first column value
Hello @Sean_Collins
If you need to repeat the Secific Hot Key for certain Count, Then try this.
Data should be in number count how much need to loop the Hot Key
Use While with True Condition and pass the Count in Max Iteration Property. In whickh place the Send hot key, it loops untill the max iteration count.
It would be simpler to just store a number representing how many times to tab and use a Repeat Number of Times activity that you pass that number into.