I want to change a Yes/No dropdown from a form to a checkbox, but I cant Update the form Using the function
If(CheckboxName.Value=true,{Value:"Yes"},{Value:"No"})One typical error is for example: "optionsetvalue-value expected" Can somebody please help?