Is there any way to use a calculation to pull values from a dynamically generated csv after a survey has been downloaded to the device for use in a select_one choic list?
We have an external program/process that could update a csv source file that we include in the media folder prior to publishing the survey and interested to know of any way to utilize the values in that csv as a source to a select_one drop down.
Any info is much appreciated!
My csv of values contained in the media folder looks like this:

The survey's XLSForm looks like this:

I want to populate select_one activityLogId with the dalList (or some similar type of approach!)