Im new in Sharepoint
i have combobox name c_RequestType with value value1 & value2
and another combobox name c_GuaranteeType in nintex workflow
when changing value of c_RequestType the c_GuaranteeType should be hide or show
I found this in net
If(c_RequestType.Selected.Value = "value1", true, false)
and doesn't work find some script but nothing
thanx for your helping
I found the code thanx by me :))