I wish to pre-populate the a field (Survey_Type) in my form with a Domain value "Asset" and have been attempting to do this using an Arcade expression. The expression returns false, and the value isn't added:
$feature.Survey_Type == "Asset"
What am i doing wrong?