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 / Each user can just cre...
Power Apps
Unanswered

Each user can just create 1 item per day

(0) ShareShare
ReportReport
Posted on by
Hi,
The case is : i create an item in 2/2/2020 , all created items is shown in browse screen.
When i want to create another item in the same date, it should show a warning "you can just create 1 item per day"
What is the solution to make it successful?
Thanks before
Categories:
I have the same question (0)
  • eka24 Profile Picture
    20,923 on at

    Try this:

    If(CountRows(Filter(Table1,Text(DateColumn),"dd-mmm-yyyy")= Text(DatePicker1.SelectedDate),"dd-mmm-yyyy")),Notify("You can Create Only one record a Day") , SumitForm(Form1))

     

    DatePicker1 should be made a mandatory field

     

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

     

  • WarrenBelz Profile Picture
    154,399 Most Valuable Professional on at

    Hi @faridanabilah22 ,

    You can use two things - User().FullName and Today() for the current date.

    Firstly, to avoid delegation issues, set a Variable at App Onstart

    Set(vUserName,User().FullName)

     Note that dates are not delegable queries, so if you have a list over 2000 items, you may need a different solution, however using YourListName, YourDateField andYourFormNameas names (replace with yours) in this, when the user selects a new record you could do something like

    If(
     IsBlank(
     Lookup(
     YourListName,
     'Created By'.DisplayName = vUserName &&
     DateDiff(
     Created,Today(),
     Days
     ) = 0,
     ),
     NewForm(YourFormName),
     Notify("You cannot create another form", NotificationType.Error)
     )
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Haque Profile Picture

Haque 85

#2
WarrenBelz Profile Picture

WarrenBelz 76 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 38 Super User 2026 Season 1

Last 30 days Overall leaderboard