Lock category options
Hello,
Can I lock a category field selection, only to be updated by flows and not manually by a user?
A user must complete form X to change the status of item A. They can't change the status of item A without form X.
Thanks!
-
If only a flow is allowed to update the status, then it's best to hide the status field completely (in the field settings, set as hidden) so no one can mess with it.
If you want to have the status visible in the item, you can display the value of the status field in a calculation field.
The hidden status field can also still be used in app views. -
That's great thank you Bavo De Cooman.
I have used this in the calculation field:
@[category field name].join()
But if there are multiple categories options selected, the result looks something like this:
red,yellow,blue,purple,black
It can start to look a bit messy. Any ideas how I can have every option on a new line?
-
Rainer Grabowski perfect thank you this is a great option! Would this be a workflow?
Thanks
-
Rainer Grabowski that's perfect thank you :)
Please sign in to leave a comment.
Comments
6 comments