Hello
PowerApps automatically generate a label control from the data source.
How do I change this label control's text property to be variable?
For instance, I want the label control in the Detail Screen>Detail Form to be variable whenever I click the next icon on a record from the Browse Screen>Browse Gallery.
I want it to display the customer name on the label control LblAppName2 whenever I select a record using the next button in Browse Gallery.
Thanks in advance!
Solved! Go to Solution.
For your example, you can just use the following formula in the 'Text' property of the label:
Gallery1.Selected.Name (where name is your fieldname that you want to display).
For your example, you can just use the following formula in the 'Text' property of the label:
Gallery1.Selected.Name (where name is your fieldname that you want to display).
User | Count |
---|---|
139 | |
137 | |
77 | |
77 | |
71 |
User | Count |
---|---|
224 | |
179 | |
68 | |
68 | |
58 |