web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Prohibit users from en...
Power Apps
Answered

Prohibit users from entering records into SharePoint List

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I am creating a survey in PowerApps and I would like to make sure that each user can only submit one list item into the SharePoint List.

 

I created a collection called Submitters which contains a distinct list using the Created by field.

 

I would like to make sure that the button that takes them to the survey is disabled. Any suggestions?

Categories:
  • Verified answer
    v-yuxima-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous,

     

    Do you want one user can only submit one item and if one is already submit the Button will disable?

    I think you can try as the following workaround:

     

    App Test:

    Add one button in the App and rename Button_Submitters, and

    Button_Submitters.OnSelect: ClearCollect(Submitters,Distinct('20190201survey',Author.DisplayName))

    Button_Submitters.Visible: If(User().FullName in Submitters.Result,false,true) 

    Add one Label1 and its Text:User().Full Name to test the Button.

    20190204only one record1.jpg

    20190204only one record2.png

    Result Test:

    1. 20190204only one record.gif

         2.20190204 only one record3.jpg

     

     

    Hope this can be helpful.

    Best Regards.

    Yumia

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    This is great. Worked Perfectly! Thank you! @v-yuxima-msft

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.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 397 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 354

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard