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.
Solved! Go to Solution.
It is not clear to me why you are setting these variables. Are they being used somewhere else in your app? Perhaps a screenshot of the gallery where the items are selected would help.
It is not clear to me why you are setting these variables. Are they being used somewhere else in your app? Perhaps a screenshot of the gallery where the items are selected would help.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
189 | |
45 | |
45 | |
36 | |
35 |
User | Count |
---|---|
260 | |
82 | |
79 | |
69 | |
69 |