Can Katalon make Transaction Controller like JMeter?

JMeter’s Transaction Controller is one of the ways to meet my need.
I am looking for a feature which may be like a label that contains multiple web services to be done sequentially. Putting each web service request (WS.sendRequest) on a Test Case does not work. On JMeter, putting multiple APIs into one thread group does not work either. When I put them into a Transaction Controller, the result is as expected. I think Postman also has a similar thing like Workflows.

My real objective is that I want to get the token from web UI login. There are three steps: Authenticate → Authorise → Call back. As I mentioned above, I collect the URLs into JMeter’s Transaction Controller and I can get the token.

Is there a similar way to be applied on Katalon?