I am trying to make a quick Web Application to do some data capturing. My goal is to have a feature class that is symbolized (Red point feature) based on a field with a <null> value. When the point feature is edited and updated the symbol will change to a new (Green) symbol to show that the data capture has been completed.
However, when I publish my feature service to AGOL I cannot edit the field the symbology is based on. My feature services field is a Long Integer and <null> values are allowed.
Feature Class with MeterNumber field I would like to symbolize based on <Null> or any other value.

Symbols

Published Feature Service in AGOL webmap. Notice the field has a dropdown arrow and <Null> is the value in the dropdown menu. I cannot enter any value without getting an error message that the "Value entered is not valid". I can edit other fields that are not what the feature classes symbology is based on.



Is this some sort of bug or am I doing something incorrectly? I would assume this is a typical workflow of having no data and then entering some data in an attribute field. Thank you for any ideas or input.