Hello! I'm trying to populate data based on dropdown answer higher up in the survey. Essentially a hospital has to select their name, then I'd like a hidden field that assigns the region they are in. I have 84 hospitals in 6 regions. I tried:
if(${hospital}, 'Facility1' or 'Facility2'), 'Region 1', if($[hospital}, 'Facility3' or 'Facility4' or 'Facility5', Region 2', '')
I don't know it the syntax error is because of the "or", having a second if statement embedded in the first one, or what. It seems to start showing up when I add the first "{"
My destination field is a Singleline text, and I'm trying to do this in the calculation. Not opposed to switching to Connect and doing it on the XLS.
Anyone have ideas