Do you need to use Ref field? I’m not 100% sure what you are looking for. With the Ref field you can choose only one parent record. You can think this like… one child can only have one mother.
Okay… if you are reading values from another table, use the formula with the “Suggested values” rather than Valid If and then set the option “Allow other values” as ON. Then you will see an option called “Add or search”. You will see it in the dropdown.
Thanks a lot for the tip, I set the type “Enum List” and the basic type “Ref”. In the virtual column it gives me the following error.
The name of the ‘New virtual certification’ column in the ‘Certifications_Schema’ scheme of the column type ‘List’ has an invalid app formula ‘= REF_ROWS (“Suppliers”, “Certification”)’. Could not compare list to number in ([Certification] = [_THISROW-1]. [CERTIFICATION ID])
You don’t need to choose Ref as a base type, text should be just fine. If you want to read your values from another table, just use TableName[ColumnName] syntax.