wondering why am I getting invalid expression even if my regex expression matches with
Tax (30%) - $46
wondering why am I getting invalid expression even if my regex expression matches with
Tax (30%) - $46
The $ sign is a sign reserved for Automation Anywhere and indicates that you are using Variable, You must remove it
You can use additional ‘$’ to make it a valid expression.
$ -→ $$
Hi
$ in AA indicates that you are starting a variable so the command expects you to close it with $. But since you are trying to pass the regex with “$” symbol you should put $$ which is interpreted as “$” symbol.
Hope this helps
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.