Hello everyone. I have a working app that includes using a query to return results to a feature table. The feature table shows the number of records returned and selected.
My question is, how can I return the number of records from the feature table in console.log? I am wanting to set up some alerts for end users if the results are 0.
I thought I could dome something like results.length, but that does not seem to be available.
Any ideas? Thank you!