Notifications
Announcements
I have a sharepoint list, and each member can only add 1 item.
I've looked in the sharepoint list settings, but I can't find any option that does that, so I remembered that I could use power auto.
Has anyone had this implementation scenario?
Thanks
Hi @skindu,
One workaround could be trying to enforce it from the input side of things, via column settings and Power Apps form customization.
I would add a single line of text column. Enforce unique values on that column. After that I would use PowerApps forms customization to disable input for this column and set the default value to User().email.
With this workaround whenever the same user tries to save another item they won't be able to, because there already is an item which has the same value in this new column. Be aware this workaround doesn't support adding items via the edit in grid view.
Below is an example of that approach.
1. Create new column which enforces unique values (on save item event).
2. Customize the datacardvalue with PowerApps form customization to set the default property to the User().Email and the DisplayMode of DataCard to Disabled.
I want to evolve PowerApps, but I still don't have enough skills.
The list have a lot fields, there are about 25 fields, with a lot of validations...
So, for now, I'm going to use the form with json sharepoint
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
In our never-ending quest to improve we are simplifying the forum hierarchy…
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
trice602 248 Super User 2026 Season 1
David_MA 207 Super User 2026 Season 1
Power Platform 1919 101 Super User 2026 Season 1