Hi All,
I used “get text” to copy a certain text that has special characters and stored it into a variable ex:XYZ, Now when I use “Type into” and use that variable XYZ its causing “Special keys syntax error” as that variable has special characters in it.
Is there a way I can parse that variable without that error.
I do have ] char also and multiple , How to replace both the character sets to char codes?
And should I write the code in Type Into or in some other function?
Can you share a sample screenshot. If you have many unwanted stmbols in your extracted data then its better to use regex to extract only the required value from it.