Hello there,
I’m looking for any quicker option to check if TypeInto typed the string in the desired text box or not. Currently we are using check app state and Get attribute activities to check but it’s too legnthy for each TypeInto.
If you are using older version of the UiAutomation package, upgrade it to latest possible version. There is Verify property to TypeInto activity which is useful in your issue. If you set the property, it will not only check if bot typed correctly or not but also it will reenter value if not fully typed.