So I need to add a tag let's say `some tag` to some 60 items on AGOL. Now I know I can do this by adding the tag one by one for each item but is there a way on AGOL to add a tag to all these items in one go? The items are in a group, can that help adding a tag for all of group items in one go?
Solved! Go to Solution.
You could do this via Python.
Here is a zipped Jupyter notebook that shows how.
Note, this code processes and applies the updates to all the items owned by the user who is logged in running the script (with the credentials you add).
You can update the script to work on items from a specific group. See: