I'm trying to populate fields using the "select_one_from_file". Basically, one field is used as an "id" to call all the information from a csv file.
When I select the first "id" option from my dropdown list, it works great and populates all the associated fields. However, if I change the selected "id", it does not reflect in updates in the "id" and in no other associated fields. Curiously enough, the radio button of my dropdown list shows as selected, but it does not reflect in field update.
No matter what I do, it only brings the first row of data from my csv file.
I'm using the select_one_from_file, then I have a calculate type row to call associated data using the pulldata function. A third row of my survey123 spreadsheet is a note type, which shows the data called from the csv file.
Could you help me with that?
It is basically not refreshing when I change the option at the select_one_from file.
Is the pulldata inside an if or other function? If so that is a known issue. You really need to post the code or form or we are just guessing.
Hi Doug, I think I just got it working.
I populated a column "name" with the same data from column "label".
it seems to be refreshing now. I'll do more tests and let you know.
Thanks for your quick response.