Forum Discussion

Bd2023-b's avatar
Bd2023-b
Brass Contributor
Aug 27, 2023
Solved

SharePoint list Form Issue Error :  Enter a valid Condition

SharePoint conditional column formula not working - getting Error :  Enter a valid Condition   In a list  form -  1 Radio button and 2 dropdown    1) Radio Button =>  Scope  &  Not in Scope if S...
  • ganeshsanap's avatar
    Aug 28, 2023

    Bd2023-b Try using formula like this for Dropdown 1 and Dropdown 2 columns

     

    =if([$RadioButtonColumnName] == 'Not in Scope', 'true', 'false')

     

    Where RadioButtonColumnName is the internal name of radio button choice column. You can get the internal name of your column by following this article: How to find the Internal name of columns in SharePoint Online? 

     

    Refer this documentation for detailed steps to add conditional formula for columns in the list forms: Show or hide columns in a SharePoint list or library form 


    Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.

Resources