I am new to Arcade, and setting the conditional visibility on a Group in the Field Maps Smart Form based on multiple values in an attribute domain.
Those values are:
bone
bone, carcass
carcass
feathers
feathers, bone
I can get the group to display for one value by using DomainName($feature,"mortremains")== "bone"
However, I would like for the group to appear if any of the attribute values have the text "bone" as part of the attribute value. But, a wildcard option, doesn't seem available. Tried the ||, but that didn't work either.
Is there a wildcard option in Arcade for the DomainName($feature,"mortremains")== "bone" ?