I am attempting to integrate an if-then-else statement into a DocuSign template under the Formula tag but having trouble.
This is what I would like to accomplish: IF ([DropDownMenu] = 1) THEN ([TotalA]) ELSE ([TotalA]/2).
I am getting an error that reads "Invalid Formula: Invalid Format. missing EndOfFile at 'THEN' at line 1:28"
I am not sure if this is possible as I have not found any solution on the web or under the help tools. I was directed to stackoverflow with the question. Any help is greatly appreciated.