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 / Allow editing only if ...
Power Apps
Answered

Allow editing only if created before a date

(0) ShareShare
ReportReport
Posted on by 8

Hi,

 

I want to allow a field to only be edited if the submission/record was submitted before a certain date (date submitted is also a field) and am wondering how to do this? I assume with an "if" formula but don't know the specifics.

Any suggestions are appreciated.

 

Thank you.

Matthew

Categories:
I have the same question (0)
  • poweractivate Profile Picture
    11,078 Most Valuable Professional on at
    //pseudocode
    
    If(DateTimeValue(Now()) < DateTimeValue(Date_Time_Field_To_Check),SubmitForm(YourForm),Notify("Cannot submit it, Date / Time must be before " & Text(Date_Time_Field_To_Check,DateTimeFormat.LongDateTime) ))
  • Verified answer
    RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @mkpark321 

    Assuming you have a form for this...

     

    For the datacard for the field that you want to put this on, change the DisplayMode property to:

    If(ThisItem.DateSubmitted < Date(2022, 10, 1), Parent.DisplayMode, View)

     

    I hope this is helpful for you.

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

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 335 Most Valuable Professional

#2
11manish Profile Picture

11manish 166

#3
sannavajjala87 Profile Picture

sannavajjala87 71 Super User 2026 Season 1

Last 30 days Overall leaderboard