Hi,
I created a custom form app , with more than 30 fields to populate and save to sharepoint list.
Due to a lot of fields to populate, I want to create an option to populate new form fields with existing submited form, on user demand, becouse some of them often could be the same.
I created a dropdown with currently has following code:
Items: sharePointListName.uniqueName /* it gets all already submited forms uniqueNames to dropdown choice */
Now i want to create a button, which after clicking on it, will update all form fields based on already submited form selected in dropdown. Updated fields should be still able to modify.
Do you know what should I type in OnSelect property of a button ?
Solved! Go to Solution.
Hi @kuglarz96
Hi @kuglarz96
Thank you @yashag2255 !
That wasn't exactly solution for my issue, but based on this I found it by myself:
BUTTON OnSelect: Set(UseTemplate,false); Set(UseTemplate,true) DATA FIELD Default: If ( UseTemplate, LookUp(mySharePointList, uniqueName = Dropdown1.Selected.uniqueName, DataFieldColumnName ), Parent.Default ) DROPDOWN OnSelect: Set(UseTemplate, false)
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
207 | |
72 | |
51 | |
49 | |
20 |
User | Count |
---|---|
264 | |
123 | |
85 | |
79 | |
70 |