am working on a form in the Global Server (https://ee.kobotoolbox.org) and I need to capture the surveyor’s name from the URL into a hidden field called token.
I configured my XLSForm with the following calculation:
pulldata(‘_query’,‘token’)
However, when I try to load the form, I receive the following error message:
Error loading
Can’t find _query.csv.
FormLogicError: pulldata with incorrect number of parameters found: pulldata(‘_query’,‘token’)
Could you please confirm if the Global Server is running a version of Enketo that supports _query as a source for pulldata? My goal is to automatically record the surveyor’s name from the URL into the hidden field token.
