I created a bot entering data from Excel to a webform. The amount of information varies between 1 - 10 digit number to, lets say, 80 - 10 digit number. The bot s working fine when the amount of 10 digit numbers is not exceeding 4 to 5 entries.
If there are more than 5 entries the bot become erratic by entering incomplete numbers or addressing suddenly fields in the webform never mentioned in the bot.
Here is how the numbers look like in the excel sheet:
7620023030|7620023031|7620023232|7620023032
This is how the numbers are appearing in the webform:
This is absolutely correct.
But having e..g 10 entries it looks like this
The numbers are all over the place and not even in the format they should be.
I'm not sure if the bot is faulty or if there is an issue with the addressing of the SPAN element.
Here is part when I address the field in the bot:
DomXPath:
and this is the variable I enter in the field over a key stroke:
I checked over a message box if all information are in the variable and I can confirm that.
Can someone please advise in that matter?
Thank you vor your time an help in advance
Cheers
Chris