Lock category options

Comments

6 comments

  • Rainer Grabowski

    Hi Podio Admin,

    you can't "lock" the category, but you can revert it if the user who updated the category field from A to whatever is not the App (app name - assuming the authorization for the allowed update is set to "The app itself"). 

    0
    Comment actions Permalink
  • Bavo De Cooman

    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. 

    0
    Comment actions Permalink
  • Podio Admin

    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?

    0
    Comment actions Permalink
  • Podio Admin

    Rainer Grabowski perfect thank you this is a great option! Would this be a workflow?

    Thanks

    0
    Comment actions Permalink
  • Rainer Grabowski

    Yes, you can do that with a flow (PWA).

    But if there are multiple categories options selected, the result looks something like this:

    red,yellow,blue,purple,black

    @[category field name].join("\n")

    0
    Comment actions Permalink
  • Podio Admin

    Rainer Grabowski that's perfect thank you :) 

     

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk