Accessing Data from a Feature Layer

316
1
01-29-2023 07:04 PM
TheGamer
Occasional Contributor

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

 

0 Kudos
1 Reply
mqllin
by
New Contributor II

maybe you want get this:FeatureLayer.queryFeature()

and set query option

forExample: new Query().where = "name = '123'"

0 Kudos