The Scenario is as follows:
We have a Column List field Value_Type which can take one of the value from list randomly {“Value 1”, “Value 2”, …“Value 5”}
We need a field NoofOptions which will take the value based on Value_Type…
If Value_Type == 'Value 1" then “Single Option” else “Multiple” I am getting the following error when I try to preview
Syntax error in formula 'If Value_Type == ‘Value 1" then “Single Option” else “Multiple”’