Hi all! I am developiong an app where a group of users are entering data. It would be lovely if :
Some of the fields are restricted for entry to some users only.
The reason is that these fields are for approvals and I would want only the senior manager to be able to add data and it can be blocked for others to enter data. However all users should be able to view the contents (to look for approval )
Thanks so much in advance, it will be a great help if someone can!
Just put the relevant conditions on the input elements to disable them for certain Users (I’d also put the conditions on the workflows for added security).