Hello, I am attempting to use switch case to choose a path of action based on a string value. In this automation, “AppName” is extracted from a service ticket and is usually structured as “[application]-APP”. The name of the application is listed, but there is sometimes surround text, like “-APP”. This is not always the case, so instead of manipulating the string, I just want to check if the string contains the name of an app.
I am not getting any errors, it is just not executing as expected. I am using the message box statement to confirm that AppName = “PEOPLESOFT-APP”, yet the switch case always goes to the default case. What am I doing wrong?
Thank you for this, are you able to share any documentation relating to this process? The concept makes sense but I have never had to implement such a thing in Studio, I have only been working in RPA for a few months.