- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-12-2024 06:39 PM
Hi Team,
I have below Tag Governance Key value policy for checking key support_group
How can i check what is the value coming into support_group when running audit . I wanted to check why some of the records shows as non-complaint even if the support_group value is present in the list of tag values.
Thanks
@Ram Devanathan1
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-17-2024 05:51 PM
I am not sure why it would fail - check if there's a case mismatch by any chance..
also a side note for improvement - i see you are creating a separate string list values and then pushing into tagValues - you can directly push into tagValues instead.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-17-2024 05:51 PM
I am not sure why it would fail - check if there's a case mismatch by any chance..
also a side note for improvement - i see you are creating a separate string list values and then pushing into tagValues - you can directly push into tagValues instead.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-19-2024 09:30 PM
Thanks Ram. It's a case mismatch.