Commit d11fd48
I have created an Action that handles the tag creation part of the feature. (#29)
Logic:
1. Check if a tag with the provided Tag Name already exists in the label table.
2. If it does not exist, create a new tag record with that name.
3. Return the Sys ID of the newly created tag.
4. If the tag already exists, it should likely not create a duplicate but instead return the Sys ID of the existing tag by setting tag as active.
Co-authored-by: niamccash <39105458+niamccash@users.noreply.github.com>1 parent a4bae7b commit d11fd48
2 files changed
Lines changed: 1770 additions & 1 deletion
File tree
- b812ceb69337a210633378917cba10bc
- update
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments