I am trying to symbolize a map in ArcGIS Online that will be used in Collector. I am working with points that have 2 attribute fields of importance; "WorkType" and "Status". I am trying to write an Arcade expression that will do the following:
If "Status" equals 'incomplete', symbolize using unique values in the "WorkType" field.
If "Status" equals 'complete', symbolize the points with a green check mark.
Any help is greatly appreciated.