Skip to main content

Search

Add List Item - Exclude option from Choice Column in New Item

Comments

3 comments

  • Official comment
    skybow Support

    Hi Dan Thale,

    you can use the following code as Function Expression where [[multichoice]] should be replaced with your internal field name of the choice field:

    var array= [[multichoice]];
    var index = [[multichoice]].indexOf("A");
    array.splice(index,1);
    return array;
     
    Kind regards
    skybow Support Team
  • Maria Giugno

    Is there a way to exclude choice A for everyone except the people in the Owners group?

    0
  • skybow Support

    Hi Maria
    The initial question was about modifying a value for "Add list item" action. Your question is most likely more pointing to choice column selection filtering on a form. Check out the answer here: Exclude option from Choice Column in New Item based on SharePoint Permission Groups – skybow Portal

    0

Please sign in to leave a comment.