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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Limit number of entrie...
Power Apps
Answered

Limit number of entries for user

(0) ShareShare
ReportReport
Posted on by 76

Hi,

 

I am currently building a recognition/praise system using a SharePoint list and power app. There is essentially 4 types, monthly, quarterly, yearly and just because. 

 

Everything is working at the moment, however I want to see if it's possible to limit the number of times each user can submit a type of request each period.

 

For example for November a user can only submit 4 monthly recognitions and for yearly can only submit 2 for the year.

 

Not sure if this is a power app or automate solution, but would be keen to hear your thoughts.

 

Thanks,

Georgia

Categories:
I have the same question (0)
  • Verified answer
    v-bofeng-msft Profile Picture
    on at

    Hi @Georgia12 ,

     

    You can set a rule for submitting records, for example,

     

    Before patching a new Monthly record, check if the same record exists, and then submit the record if the item does not exist

    If(
     IsBlank(LookUp(SPList,essentially="monthly" && 'Created By'.Email=User().Email)),
     Patch(SPList,Defaults(SPList),{XXX}
    )

     

    Best Regards,

    Bof

     

     

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 427

#2
WarrenBelz Profile Picture

WarrenBelz 360 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 336 Super User 2025 Season 2

Last 30 days Overall leaderboard