Special keys syntax error happens in Type Into activity

While input password with the Type into activity the bot is failing with the below error:Special keys syntax error. Encountered invalid special key action at text position: x.

The escape sequence for "[" would be "[[" in UiPath.

Replacing a single bracket with the double bracket before feeding into the Type activities will resolve the issue.

4 Likes

A post was split to a new topic: Special keys syntax error happens in Type Into activity when using NumArray.ToString+ “[k(enter)]” inside typeinto activity