Hello Zeroic,

Thank you very much for your response. It has been very helpful, but I still have a problem bringing the data to the table.

Let me tell you a bit more about how I designed this process:

  1. Users can add items in the quantity they desire. Adding or removing an item triggers a workflow that adds or removes items from the cart.
  2. Once in the cart, users can delete, add, or remove items.
  3. Once the user has the desired order, they can execute the order.

If I do a “do a search for” “items cart” I will get incorrect data, as it includes not only order data but also data from carts that have been abandoned.

How can I bring to a table the quantity and total price per product of the orders and not all the carts?