Announcements
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
//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) ))
@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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 324 Most Valuable Professional
11manish 193
Valantis 138