Is there an arcade expression for "feature includes value", instead of != or ==
I have a feature that is used during an inspection to identify issues with a facility. When crews go back to fix the issues identified during the inspection, there is a text field for each of the predetermined issues that they use to note what they did to resolve the issue (for example, Issues include Corrosion, Code Violation, and Landscape Conflict - additional attribute fields are Corrosion Resolution, Code Violation Resolution, and Landscape Conflict Resolution)
For example, if the "Issues" field of my feature looks like this:
| ObjectID | Issues |
| 1 | Corrosion, Code Violation |
| 2 | Corrosion |
| 3 | Corrosion, Code Violation, Landscape Conflict |
I want to configure Conditional Visibility in a Field Maps form to only show a Code Violation Resolution attribute field when the Issues attribute field includes/contains "Code Violation" (when repairing issues identified in ObjectID's 1 & 3 above, I'd see the Code Violation Resolution field, when repairing ObjectID 2 above, I wouldn't).