I just want to call entire row value on the website in the table row.
using hotkey using tab. But once I used the hot key (item.ToString() + “[K(tab)]”). It will skip one value and then put one value.
For suppose you are using type into activity to enter the data first enter the value item.tostring and use separate send hot key activity to send tab to the application. I hope it might helpful.
If you still face any issues pls share us the screenshot. Thanks.
i have just reviewed your work flow i could see only one send hotkey activity without selecting anything and also don’t see any type into activity in the For each loop. thanks.
in send hot key you have to select the functional key. in our case we have to select tab. please check in your application manually first if you enter data by using type into and clicking tab how it is reacting whether it is going to the second row or one row skipping. thanks.