Microsoft List - Can I enable/disable editing a field according to the content of another field? how to do this?
Example: if the field where I save the result of an approval flow is completed, the user cannot edit the other fields. Can I do this control field by field?
Thanks
If the question is about doing it in SharePoint then asking it in a Power Apps forum probably isn't the right place. There are validation settings available in List fields in SharePoint. Take a look at this article.
How to Create Column and List Validation in SharePoint (mrsharepoint.guru)
Thanks Pstork1, but these settings we only have in power apps, I would like to know if there is any way to do this directly in the list, maybe using JSON. Is there a command for this using JSON?
You can use an IF() in the DisplayMode property of the field to set it to DisplayMode.View instead of DisplayMode.Edit. Edit is RW View is ReadOnly.
WarrenBelz
637
Most Valuable Professional
stampcoin
570
Super User 2025 Season 2
Power Apps 1919
473