Error Cannot Convert 'Value' to Enum when Selecting from Dependent List

I have a table of Division_District that looks like this:

As seen here, the District column is a mix of numbers and text.
I have another table PermitList with a column for District and Division with the Suggested Values set as follows:



3X_2_7_2756a815f242dd8f98df63fc9c003e945ee1c0c2.png

It appears that only recently my application is preventing me from saving a new record in PermitList giving me the error:
Cannot convert โ€˜Value of District Columnโ€™ to Enum

Several days ago it seems that this was working just fine and now I donโ€™t know what the problem is? Do I specifically need to convert the โ€˜Suggested Valuesโ€™ to a list of text values when the dependent District suggested values may only be numbers? Any solution would be helpful. Thank you

Solved Solved
0 7 1,143
1 ACCEPTED SOLUTION

7 REPLIES 7
Top Labels in this Space