Hello,
I have a linked CSV file that has per diem rates in it. I am trying to use the pulldata function to bring in rates based on the zip code and fiscal year. The function works perfectly in Survey123 Connect version 3.18.124 and in the survey app however it won't load anything when using a web browser. I can't figure out why it works in the app but not on the web. I have a different CSV file for employee information in this same form using the same functionality and it works perfectly.
Here is the calculation. "per_diem_rate" is the name of the csv files, meals is where the number I need returned is location, zip and fiscalyear are the two fields I am filtering by.
pulldata('per_diem_rates', 'meals', 'zip', ${class_zip}, 'fiscalyear', ${class_year})
XLS_and_CSV_Files
