I'm having a bear of a time with trying to get the functionality of basic text functions to work in Survey123 Connect.
I'm talking things like UPPER(), LOWER(), and REPLACE().
To get UPPER to work, the other day, I have to do an
if(selected(${quest1} , "enh"), "ENH", "")
I have no idea how I'd get a REPLACE() to work.
I know you can sometimes use native excel formatting to get this to work, but it is incredible to me that we don't appear to have anything that can just like. make everything uppercase.
Please add text functions.