How do you set dropdown values separate from their labels in chained selects CSVs?

Hi, I’m tying to setup a chained select field based off a CSV import. I want the dropdown options displayed on the front end to be nice human-readable text and the values of each select option (for use on the backend) to be ID numbers. The sample CSV format only shows one column per dropdown field. Is there some special syntax or way to setup the CSV to set both the field value and the field label?

Hi Kishan. It’s not possible to format the CSV file to support the label and the value, but you can create the field choices using this filter (which does support labels and values):