Parallel testing

I need to run the same test case in parallel for a different set of data from an excel sheet. How do I do that in katalon.

You can import your Excel sheet into Data Files, and then prepare your test suite which can be started in a prallel mode (For parallel mode, it’s just a button that you select before running test suite)

I did the same…we can run different test case in parallel by adding test cases to suite and by running the same in parallel…but we cannot run the same test case for different data in parallel…this is my issue