Hey ALL!
I am building a bot on A360, and I need to insert a if conditon to see if a string starts with the number “8”. In the If module of A360, I selected Regex Tool → Regex Match is Found. And my regular expression is ^8 in the field of “Regex ”, which should be able to match any string that starts with 8. However, it does not work as I expected. For example, I tested 800000 using the logic shown below. However, I got the message 800000 does not start with 8. I am so confused. I appreciate it if anyone can help me out.