I've created a Smart Form for filling in new fields for existing features in a hosted feature layer. For a couple of the fields, I want the forms to pre-populate an existing domain value.
DomainName($feature, 'UTIL_MAT_CLAS_BAS',1)
The "Test" button populates the correct value of "Field inspection only with no records". And editing a feature in a Web Map populates the correct value.
But editing a feature in Field Maps just gives "--" in the field.
I've even attempted replacing the domain value strictly with the text "Field inspection only with no records" with the same result.
Is this a Field Maps bug, or is there something else going on?