Hi, I have a function that needs to compare two lines of texts and I use switch to decide what to do if they are similar.
The issue that I have come across is that if the text in any of the compared variables contains "&" - the Switch doesn't do anything and gives me "Action not executed" alert.
Can it be bypassed anyhow? Or should I just use word processing and replace & in both variable values?
The issue that I have come across is that if the text in any of the compared variables contains "&" - the Switch doesn't do anything and gives me "Action not executed" alert.
Can it be bypassed anyhow? Or should I just use word processing and replace & in both variable values?