I found my answer below.
//This Arcade expression is used to show only the features that contains a Domain value of "Active" when there are //mulitple fields that contain the same Domain.
var StatusArray = [DomainName($feature,"phase1"), DomainName($feature,"phase2"), DomainName($feature,"phase3")]
Boolean(IndexOf (StatusArray, 'Active') >= 0)