While using Type into activity, i am trying to put material in Teamcenter and getting following popup
Try recording the steps you want to perform and use it. Looks like the test you are trying to type sending some shortcut to open that popup.
Can you elaborate it clearly what you are trying to achieve..
Hi @sandeep.pund,
This popup is coming from Teamcenter, not UiPath. It appears because a value or state already exists when you type. After the Type Into, check if the popup exists using Element Exists or Check App State and handle it by clicking OK or Cancel.
Also clear the field first using Ctrl+A and Delete before typing, and enable SimulateType or SendWindowMessages to avoid timing issues.
Thanks & Happy Automation
I think some hotkeys are getting selected, when you are typing or using ui activities..
CTRL+A is their when empty field is used. See if this is selcted.
