Select Choices from external file

Can on CSV file contain choices for all the select_one in xlsform or do we need to have separate CSV file for each choice ?

@hmsai
Welcome to the forum glad to have you here.
Yes, you can absolutely implement this using external CSV files.
For a full walkthrough, please check this article:

Below is an example using the classic fruit_list.csv setup:

You can also create different selection options by applying a choice_filter in your XLSForm

Just make sure the filter references the correct column in your CSV, in this example, it’s the class column.