- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2025 01:32 PM
Hi All,
I have attached a catalog which have 3 variables - one refers to incident table, choice field action decides whether to add or remove tag and 3rd variable contains the value which to be added or removed from the incident record. When request submitted , I want to attach a flow which will trigger and perform these action . Which function should I use in Flow designer to get variable value of Tag from catalog item and to add/remove that value on Tags Column of the particular record of the incident which is selected on Incident variable of catalog item ?
Thank You
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2025 07:50 AM
You can use "Get Catalog Variable" Flow action
Then check if the variable value is add/remove
1) if it's add then use "Create Record" flow action this table to create record for tag
2) if it's remove then use "Delete Record" flow action to delete tag from incident
check this link on which all tables are involved
2 main tables are label(create tag here) and then label_entry(links tag with table record)
Automate a tag from a record producer to incident
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2025 07:50 AM
You can use "Get Catalog Variable" Flow action
Then check if the variable value is add/remove
1) if it's add then use "Create Record" flow action this table to create record for tag
2) if it's remove then use "Delete Record" flow action to delete tag from incident
check this link on which all tables are involved
2 main tables are label(create tag here) and then label_entry(links tag with table record)
Automate a tag from a record producer to incident
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2025 11:11 PM
Hope you are doing good.
Did my reply answer your question?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2025 12:56 AM
Hi @Ankur Bawiskar ,
Thanks for responding. I followed the above method the Tag is getting created and the entire flow also getting completed but unable create label entry record to link the table record to tag . Flow is taking all the correct values i:e sys id, title, label for creating label_entry but label entry record is not getting created .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2025 01:02 AM
any error it's throwing? share screenshots.
Are you running Flow as "System User"?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader