—
1.
How about:
Has product "product1" => Consume "product1" and wait 0.1
and another condition, Has product "product2" => Consume "product2" and wait 0.1
and the other condition, Has product "product3" => Consume "product3"
I think this is more accurate. (I didn't test this event, If possible test and let me)
2.
to ensure they are consumed after purchase, add the Consume product into the events once Purchase Completed is called ==> see updated example capx
Thanks for your test reporting.