I have one radio group that "COmpany Name", "People" and "N/A"
another radio group is "Yes", "No", "N/A"
I want if "Company Name" is selected from first radio group then "N/A" should not be selected from second group

I have one radio group that "COmpany Name", "People" and "N/A"
another radio group is "Yes", "No", "N/A"
I want if "Company Name" is selected from first radio group then "N/A" should not be selected from second group
Hi @anubhav29
Make the items property of Radio2
If(Radio1.Selected.Value<>"Company Name",["Yes", "No", "N/A"],["Yes", "No"])