Announcements
How to make fiels unchangeable in the View and edit form for the people, who created item?
BR
On the displaymode of those fields put:Form1.Mode<>FormMode.New&&User().Email="cbnm@mmm.com",View
You can also make it dynamic using textbox:Form1.Mode<>FormMode.New&&User().Email=Textbox1.Text,View
Where Textbox1.Text holds the user email
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.
I have tried, it works, when I tape a certain email in the format"XXX@mail.com", but it does not work , when I try to extract email from the field " Created by". This field display name of the user by default, please, could you help me to extract his mail
Hi @Anonymous ,
Do you mean you want to configure the Field mode based on the Creatby field?
What is the item property of EditFrom?
Please modify the code as below:
If(FormName.Mode<>FormMode.New && ThisItem.'Created By'.Email=User().Email,DisplayMode.View, Parent.DisplayMode)
Hope this helps.
Sik
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 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 528
WarrenBelz 426 Most Valuable Professional
Valantis 306