How can pass the value's using hotkey activity(tab) in rows without skipping any values

Hi Team,

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.

Please advice for the same.

Thanks,
Suraj Dubey

Hi,

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.

Hi Kiran,

I have used the type into activity, but if we used the type into activity value is coming in to one box.

Attached .xaml for your reference.
Open P360.xaml (665.8 KB)

Thanks,
Suraj Dubey

Hi Team,

Please help me on this…

Thanks,
Suraj Dubey

Hi,

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.

@SDSurajDubey

Have you scrape the entire data of website using Table Extraction / Data Scrapping method

Later you can use For Each row activity and do your manipulations required

Hope this will help you

Thanks

Hi Team,

I got the result.

I used the hotkey with "item.ToString + “k[(enter)]k[(enter)]”.

Thanks,
Suraj Dubey