There is offline html form data entry ( Type Into + Select Dropdown ) soln we are trying to build and achieve least per transaction time using UiPath. We had developed a soln using Ui Automation with simulate type input method wherever possible. Tried parallel activities with 10-15 Type Into activities, but failed as load on executor increased.
Current transaction time is around 1min. We want to reduce it upto 10x times… Can you please suggest something really fast and efficient approach?
@Anil_G, Transaction Item is table row from BOT DB. I can try set text, but it should also sustain high load ( Continues 50-100 fields one by one quickly ). Need to check. Any other view? Which can save major time?
We have approx. 50-150 fields to be field to be filled. Should we go for parallel activity with 15-20 ( Or suggest any batch size we should try ) Set Text activities in a single go.
Good morning @muktadir & @Anil_G, good suggestion about Inject Js Script. I tried it, and is doing data entry within seconds. Now, just I need to ensure about its data entry accuracy, whether this method filling things 100% accurate data every time without fail? As because of faster speed we should not miss any single char in output as each entered data represents some cost number.
I am interested in understanding the working mechanism / logic behind this tech soln. If you have something feel free to share here.
It is just a javascript scode that you could write on your browser consoleinstead of indicating and getting selector you create the selector using getelement and use them