Hi Sam,
Currently there is no action which lets us put multiple tags at a single go for any item which is locked. However, you can keep on using multiple 'Tag Item' actions once your item has been locked and you are getting the Item ID from 'Get Next Item' action. So whenever you add a new tag the tag gets added to the item in addition to the prior tag that was added separated by ';'. Suppose let's say I have used a 'Tag Item' action with the following tag: 'Item Added' and then after some steps in my workflow I use another 'Tag Item' action with the tag 'Item Processed' then the item would have the following tag structure: 'Item Added; Item Processed'
Another quick time saving approach can be that you create a collection with one column called as 'Tag Names' and you set up all the tags that you want to add to the item in separate rows of that column. Now use a Loop stage to iterate over that collection and within Loop stage you use a single 'Tag Item' action where you can pass the [<Collection_Name>.Tag Names] value for the Tag input parameter of the action along with the item ID of the currently locked item.
NOTE: Always remember whenever you use 'Tag Item' action a new tag will be automatically appended to the list of the tags present for that item. A tag can only be removed from the list when you use 'Untag Item' action with the same tag name explicitly.
------------------------------
----------------------------------
Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future
Regards,
Devneet Mohanty
Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,
Wonderbotz India Pvt. Ltd.
Blue Prism Community MVP | Blue Prism 7x Certified Professional
Website:
https://devneet.github.io/Email: devneetmohanty07@gmail.com
----------------------------------
------------------------------
---------------------------------------------------------------------------------------------------------------------------------------
Hope this helps you out and if so, please mark the current thread as the 'Answer', so others can refer to the same for reference in future.
Regards,
Devneet Mohanty,
SS&C Blueprism Community MVP 2024,
Automation Architect,
Wonderbotz India Pvt. Ltd.