Hello Community,
I've been experiencing issues with the 3.18 version of Survey123 Connect in that in previous versions, my select_one_from_file response (to obtain the housing unit ID) was utilized in a pulldata() calculation for another question (to get the address associated with the housing unit ID) and it worked perfectly. Now, however, using the select_one_from_file response for the pulldata() calculation in v3.18, it does not work. Yet, if I change the question type to "text" and type in a housing unit ID manually, there is no problem and the associated address appears as it should.
I've also tried the select_one_from_file to get the housing unit ID and assign that value to a differently named variable, then use that in the pulldata() calculation and still no luck. But, if I change the select_one_from_file to a text question type, it works as it should.
Any ideas as to what else I can try?
Thanks in advance!