Iterate Through Layers in Layers List
Hi,
What workflow activity can be used to do this? I would like to run the same workflow on each layer. Is there a working example?
Thank you
0
-
A For Each activity can be used to loop through arrays (list of layers)
Within the for each activity you then could use a Run Workflow activity, parsing in the layer as an argument.
May not be necessary though, what are you trying to achieve?
1 -
Thanks. Sounds like that could work. I am trying to run a custom command for a layers in the layers list. The custom command would allow each layers metadata description from it's arcgis rest page to popup in an alert. I posted and was given a solution on doing that here: Custom Layer Action to Display Metadata
0
Please sign in to leave a comment.
Comments
2 comments