Hello
New to this PowerApp gig and are having a brain block with setting an individual global variable. Have set up a shopping basket and when adding items to shopping basket it shows as the last quantity inputted. How do I individualize each quantity inputted and seem to be missing the obvious.
Collect(colshoppingcart,{Title:ThisItem.Title,ProductPrice:ThisItem.Price,QTY:QtyRequired.Text,SubTotal:(QtyRequired*ThisItem.Price)});Set(varQtyRequired,QtyRequired.Text);Set(varShowSuccess, true);Reset(QtyRequired)
Thanks in advance.

Report
All responses (
Answers (