Running "type into" activity gives me this error: "Runtime Execution error"

i am new to UIPATH. this is the first tutorial task I am trying to do on UIstudioX.

The screenshot of the error message is below:runtime error

This error occurs when the tool doesn’t see the element where you are trying to type something.

There are 2 possible ways to resolve it,

  1. Keep the screen(application) open where the activity is supposed to execute.
  2. Before the “type into” activity , make sure that the element is present on screen by navigating till that point via automation.
1 Like

the 2 ways you typed above was used by me.

and it is still failing.