Add N items of different ticket types in a list

I want to add n numbers of ticket items to a list, but it only adds the first item, in the example I have General and VIP, but in this case it only adds 3 of General and 3 of VIP are missing

Add List Sentencer
Add List

Result when execute
Result

I do not know what I’m doing wrong

I dont know the details but the ....items until #3 means 3 items, no matter what you do before that. And it added 3 tickets. So it works correctly.

If you want to add 3 general, add 3 general after filtering the generals. Then in another action, add 3 VIP after filtering VIPs.

I see, I solved it by making a workflow api in a list, so I can add it to each one, thanks