Forum Discussion

bigfoot360's avatar
bigfoot360
Copper Contributor
Nov 19, 2023

Column Visibility based on previous multi-choice column

I have a SP List with a column "Color" that is a choice type that allows multiple choices (Red, Green, Yellow). What I need is for a Number Red, Number Green, and Number Yellow column to be triggered as "Visible" if the user select any combination of Red Green or Yellow. EG

If user selects Red, the Number Red column becomes visible. If the user selects Red and Green, both the Number Red and the Number Green becomes visible in the data entry "form". 

 

=if([$Color] == 'Red, 'true', 'false') works when "Allow Multiple Choices" is false, but when I change it to "allowed", it stops working and the Number Red column is not visible in any scenario. 

 

Google suggest that a conditional formula controlling column visibility does not work because the column value is no longer a simple string, which makes sense, but Google also suggests that a Flow is the way to go here. I am not a programmer, just the poor junior analyst that got assigned making this form. Are there any examples of how to make this work with a flow at the ELI5 level? 

 

Resources