My User (data type/table) has a field called user_type which is set by an Option Set. When I try and display the default value for the record in a table I get the following error message. I tried deleting the dropdown and recreating but I’m having issues with Option Set and similar with a Yes/No data type.
I think you just need to remove the “Display” from Dropdown Bs Default Value expression.
In your example, you have the choices set to static choices which I am guessing dont matchup to the is_verified field. It Depends on the field type for is_verified on the user, is it text or a yes/no? and what is the default set to as right now I am guessing it is empty.
Fix that and fix your choices, as yes & no are just text where as yes/no is a value. you could also use an option set.
I tried a few things any suggestion: Correct it is Yes/No field and the default value in the database is “no”. What should the Choices Style be if using a Yes/No field? I tried creating an option but it didn’t make sense when you have Yes/No. I want to display the currents row value on edit if the user already exists
This topic was automatically closed after 70 days. New replies are no longer allowed.