Type Into not finishing

I have found when using the type into activity that it will sometimes either not finish typing in the full string, or I have also seen where it will start typing the next activity before moving the cursor to the next selector. Is there any solution to this? I cannot use simulate text as I am doing this on an encrypted pdf which does not allow for it. Any ideas on how to prevent this from happening?

I should also note that I am trying to keep the speed of my robot up and it has hundreds of type into activities so I need to try and keep it efficient. There is also the issue of adobe taking a long time for a single selector to work so each activity added will add a couple seconds which I cannot do on a large scale.

check empty field put some delay between keys

Hi @Kevin_Case

Possible solutions:
Q1. sometimes either not finish typing in the full string,
as @Divyanshu_Divyanshu mention “delay between keys” from 10 ms to 15ms to allow pdf accept the value

Q2. start typing the next activity before moving the cursor to next selector
2. try enable ClickBeforeTyping

Q3. Is the data you retrieved for typing slowing the type into activity ?
3. You could prepare all the data upfront before any type into activities by storing the values in a dictionary where the values can be quickly read in O(1) time complexity

Q4. Do you have very long texts to type ?
4. try Set to Clipboard activity and Paste [Ctrl + V]

Q5. Is the pdf spanning multiple pages or selected single pages ?
5. Use combination of goto page and/or tab-key to reach the desired field