Hello.
I have an Appsheet that consist of a series of tables. Each table is connected to a spreadsheet, where for most columns I have some data validation rules (dropdowns with “Value contains one from range”).
The structure of the spreadsheet is something like:
Column A: Text, Column B: Text, Column C: Dropdown (enum), Column D : Dropdown (enum)
When setting the column type to enum, and regenerating the schema, it usually imported the list of allowed values for each enum column correctly.
However, when trying to do this, I am getting the following list of allowed values in the enum columns:
List of allowed values for Column C: Values in Column A
List of allowed values for Column D : Values in Column B
Any ideas what could be the issue here?