Hello, I would like some help finding a solution to a problem.
In a purchasing process, the requester opens a ticket with the products they need to be subsequently requested for purchase. I would like to find a way to unify the items from my tickets into a single card to proceed to the purchase phase later.
For example: João requested 3 pens and 5 notebooks. Maria requested 6 notebooks, 3 pens, and 2 pencils. From these requests, 2 cards were generated in my pipe.
To proceed with the purchasing process, I need a single card containing the total of the open tickets, that is, with 6 pens, 11 notebooks, and 2 pencils.
How do I do this in Pipefy?