I’m working on an ordering app and adapted Robert Pettito’s trebuchet template, but am stuck when trying to clear the product qty values in the products table when submitting an order.
His version required you to open a sidebar for the specific product, add the qty, then add to order, which cleared the qty value for that item.
I’m trying to add items to a basket by clicking a button on the product collection card, which increases the qty by 1 each time you press it.
When submitting the order it clears the order helper table, but I can’t get the manual trigger in the workflow to successfully loop and clear the value in each row for the qty column in the products table. The workflow runs, but the values don’t clear (they’re user specific).