John_Dara
(Oluwadara John)
August 31, 2020, 3:27pm
1
Hi,
I’m having issues entering data into a web table, the data for the first column only feeds into the first cell under it while the others fill into their respective cells but not all the time.
Here’s the selector for the first column:
“”
Please help
Srini84
(Srinivas Kadamati)
August 31, 2020, 3:28pm
2
@John_Dara
I didn’t see the selector you have pasted
Thanks
John_Dara
(Oluwadara John)
August 31, 2020, 3:31pm
3
Here it is:
webctrl idx=‘1’ parentid=‘ext-gen17’ tag=‘TABLE’ webctrl tableCol=‘3’ tag=‘TD’
Srini84
(Srinivas Kadamati)
August 31, 2020, 3:33pm
4
@John_Dara
Ok, can you scrape the selector for 2nd cell also, so that you can find the difference between selectors
Thanks
John_Dara
(Oluwadara John)
August 31, 2020, 3:37pm
5
for the second cell:
“webctrl idx=‘2’ parentid=‘ext-gen17’ tag=‘TABLE’ webctrl tableCol=‘3’ tag=‘TD’”
John_Dara
(Oluwadara John)
August 31, 2020, 3:48pm
6
I have changed the value of idx from ‘1’ to ‘*’ to make it dynamic but i still get the same error
Srini84
(Srinivas Kadamati)
August 31, 2020, 4:31pm
7
@John_Dara
You need to make that as a counter variable and increment for that check below post for your reference
Make the Foreach index so that it will do the increment
Mark as solution if this helps
Thanks
John_Dara
(Oluwadara John)
August 31, 2020, 4:56pm
8
Okay! would try it out now
John_Dara
(Oluwadara John)
September 2, 2020, 7:47am
9
Hi @Srini84 i have tried to do what you have suggested but i’m getting the same result
Please help.