Query layer Error
I am trying to create a workflow where the user gets a alert if the Query Layer fails or does not find any features. Simple solution would be i think counting the amount of features as count returned from the query layer. And say like => 1 nothing if 0 then alert ‘query could not find any features’. But i cant seem to get the count. I tried this $query.features.count but its not returning a value.
What might work here?
0
-
Use the following condition
=$query.features.length > 0
3 -
Thank you Nico! Worked great
0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
2 kommentarer