I have a gallery and inside of the gallery I have a text input that I would like to collect the data on with a button. I also want the collection to look at the data source of the gallery and pull the "locationID" for that item. I have gotten it to work in the gallery with the OnChange property with code that looks like this:
Collect(Orders, ThisItem.Location, {Quantity: Text_4inch.Text} )
but it's not updating the Quantity field with the data from the 'Text_4inch' box.
Also if possible I would like to update that same data from the "text_4inch" at the datasource with the numbers. I am thinking a Patch does that but with the 'Text_4inch' being inside of a gallery I am not quite sure how it is going to work with the button.
Is your collection expecting a number value for Quantity or a text value. If it is expecting a number value it would explain the issue and in that case you would just wrap Text_4inch.Text in a value function.
Example:
Value(Text_4inch.Text)
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 |
---|---|
184 | |
47 | |
46 | |
34 | |
33 |
User | Count |
---|---|
258 | |
87 | |
79 | |
68 | |
67 |