Type into and click text both activities is not working with Underscore (_) in the list item

Type into and click text both activities is not working whenever it finds Underscore (_) in the list item.

It’s working for other values when it finds in the list.

Eg: Working for below list Item, Like
abc
xyz

Not working for Below:

ABC_D
abc_E

Please try this in Type Into with “SendWindowsMessages” checked

str = str.Replace("_","[d(shift)]-[u(shift)]")

Thanks for the reply… it’s not working… In the meanwhile was trying to use ASCII code or using send keys… Can anyone help how to use it?

Can we have look into dropdown target application (if its website)

Any updated solution around here? I am trying to open an excel file, which I have full path, via command line “start excel [file path]” but the file name contains “_” and it is changed to “`” everytime