Hi All,
In place of using a PowerApps form, I have custom controls that are patched to my sharepoint list using a submit button. In my submit button, I have a reset for each of the controls so that all the fields will be blank for the next submission. This has worked except for the people picker controls. They keep the last entry. I have tried so many things and cannot get the value to clear. I need this field to be empty when a user starts the form.
Thank you!
Solved! Go to Solution.
Hi @cmwinslo ,
If your use dropdown control as people picker , you could focus on Default property, If your use combo box control, you could focus on DefaultSelectedItems property.
So you could delete formula in these 2 properties then you could use reset() function.
Best Regards,
Wearsky
Hi @cmwinslo ,
If your use dropdown control as people picker , you could focus on Default property, If your use combo box control, you could focus on DefaultSelectedItems property.
So you could delete formula in these 2 properties then you could use reset() function.
Best Regards,
Wearsky
You were exactly correct. For some reason I had a current user function in there that I didn’t notice.
Thank you so much!
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 |
---|---|
256 | |
86 | |
79 | |
68 | |
67 |