Select to view content in your preferred language

pulldata() and select_one_from_file from linked content CSV in web form

4534
10
Jump to solution
03-25-2021 09:56 AM
MichaelBrown4
Regular Contributor

I'm trying to use a select_one_from_file and pulldata() with a linked content CSV hosted in ArcGIS Enterprise and I'm finding that the web form is not reflecting updates to the CSV file.  Is this functionality possible?  If so, is there a certain way I need to configure this to work?  I am using the latest version of Survey123 (3.12).  I can only get the web form to show the changes when I go to connect and choose to download the linked content CSV and then re-publish the survey.

Any help would be greatly appreciated.

Thanks in advance!

Mike

10 Replies
ahargreaves_FW
Frequent Contributor

@IsmaelChivite DM sent containing XLS and associated CSV. 

However, some more digging into this reveals that using the select_one_from_file was preventing the form opening correctly in the browser and giving me this error. The issue was that the name of my CSV contained a "_". Renaming it to remove the "_" resolved the error and fully populated the select_one_from_file

ahargreaves_FW_0-1666360930786.png

 

0 Kudos