Divide multiple games in parralell

Hi all, i hope you are doing well.

Im making one automation however i need to divide my array in multiple times because some games starts at the same time, gameId and other properties about the game.

If 4 games starts at the same time how to divide the tasks for those games.?

Please i need help.

Information about how it works:
The game get some request http second by second to get the game props in one json, and when the condition was true i chance the boolean Flag, and update the prop using http request.

Thanks Help Studio help uipath feedback studio

This is the loop for those 4 games.

@Jesus_Fonseca

you would ideally use a switch case …i believe your json will contain detail about all types of games and you would loop and based on which game it is you can perform steps in switch case

cheers