Hey all, need some help. I have been trying to get information form a Data Table and populate a bunch of textboxes when the user presses the Edit button.
I have used the txtBrand.Text = dtDeviceInfo.Selected.Brand but nothing shows up and I have been researching through this site and can't seem to find a way to do this.
Solved! Go to Solution.
Hi @Fusion
DataTable1.Selected.Education
Sorry for taking a while to reply the issue is I need it done when the user hits the edit button.
So within btnEdit.OnSelect I have the code
txtBrand.Text = dtDeviceInfo.Selected.Brand
Which then does nothing when the button is pressed
I just tried your response but the issue is that I am using a text box and not a lable as this is also used as an input method.
The text box does not have the TEXT property in the pull down
So easy how did I not know that
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
200 | |
170 | |
62 | |
32 | |
31 |
User | Count |
---|---|
339 | |
269 | |
105 | |
71 | |
56 |