Hi, is there a way to check the data for a specific field in the feature layer? I'm basically trying to see if the input entered by the user already exists in the data or not
maybe you want get this:FeatureLayer.queryFeature()
and set query option
forExample: new Query().where = "name = '123'"