I have a simple formula set up in Survey123 Connect that auto-calculates a Text value based on a selected value from a previous question.
This works correctly in the Connect app, but when I publish to my Portal and open the Web Form, the auto-calculation is broken and only returns True or False.
if(selected(${installation}, 'Fort A'), 'User A', '') or if(selected(${installation}, 'Fort B'), 'User B', '') or if(selected(${installation}, 'Fort C'), 'User C', '')Can anyone take a look at my formula and point me in the right direction? Thanks!