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 669
1 ACCEPTED SOLUTION

7 REPLIES 7

Steve
Platinum 4
Platinum 4

Enable this:

3X_d_d_dd9fe112337fb2b18d4fc2b99b07ab98ff4da66a.png

Thank you for the prompt response @Steve but it did not appear to make a difference.

3X_1_f_1f7b7455a086546065ab0af1d9827ec62de34590.png

I presume having the same expression in the Valid If does not affect the conversion issue?

3X_b_4_b43c4aa70abdd6c5a7213b94db6f7aa67f8e0833.png

That is frustrating that you have have to check that even though your selection list is limited to a specified list of values.

Yes it worked, but it is very counter intuitive.

Thank you!

Another question real quick. If somebody has some back logged entries that didnโ€™t go through because of this issue. If I made changes in the application to account for this and they try force syncing the application, would the changes now go through?

I wouldnโ€™t expect to, but I may be wrong. My understanding is that a formal sync sends pending data updates from the device to the server before attempting the app upgrade, so the data sync would fail first, preventing the app upgrade.

Top Labels in this Space