Skip to main content

can a Query Task be limited to just returning a count?

Comments

1 comment

  • Permanently deleted user

    The Query Task will always return a FeatureSet, but you can just use the count in future activities by using this syntax : featureSet.features.count

    -Victoria

    0

Please sign in to leave a comment.