Condition based menu /tab selection

I have multiple tabs with different names.

Based on the preselected name , I need to select or click the respective menu/tab and perform the rest of the action .

How to do in katalon any suggestion

Create a Test Object with the preselected name in it then…

WebUI.click(findTestObject("/path/to/preselectednameobject"))

If that’s not any help, then try reading this and responding accordingly. That way you can help me and maybe, just maybe, I can help you. :confused: