Hope someone can help. I’ve built an If Statement up that looks for a condition agaisnt variable called CustomerID and the condition is whether CustomerID=“MA14” Or CustomerID=“CAREC001”
Now when I run the process it runs the Else condition even though i’ve checked the Get Text Variable by pushing it out through a Message Box and it comes back with MA14. one of the 2 conditions.
just tried using your solutions above but its still going through the Else clause, even when the Get Text Variable is definitely one of the two conditions.
If your string data is exactly “MA14”, the result will be 77,65,49,52. If there is other character, you need to handle it, for example, as @Madeshwaran_Mohanraj mentioned. As his expression is for C#, probably you need to write as the following.