Attribute Search: label name
Hi all,
I hope you can help me. I'm new to the Workflow and I want to use the template “Attribute Search”, but in the Drop Dow List for the Attribute it shows only the “Esri Name” of the Fields, that are not so easy to understand. Instead I would like to show the Label Name, naturally more comprehensible.

Thanks in advance!
1
-
I don't see that particular sample, so I don't know how exactly it's implemented. But in general, you should be able to get the field alias from the layer. For instance, in the Buildings layer in Capital City:
=$layer1.layer.fields.find(f => f.name == 'BLDG_HEIGHT').aliasreturns “Height (m)”
0
Vous devez vous connecter pour laisser un commentaire.
Commentaires
1 commentaire