I would like to capture the AGOL login credentials and use .csv lookup to equate the AGOL user to our internal Active Directory account user names. Is there a variable name I can use in the calculate or pulldata function that will get the username that was used to startup Survey123?
The formula you provided has the column you want to get from the CSV as the same as the column you use to lookup the value - they need to be different columns.
Would this be an appropriate pulldate equation?
pulldata('inspector', 'insp_name', 'insp_name', ${username})
The username question type will grab the AGOL login name; that can then be used with pulldata.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.