Row Level Security Tags - Multiple Comma Separated Values in the Column Value

If we have the following data set:

ID | Name | Area
1 | Bob | North,West
2 | Alice | South,West
3 | John | East

Is there a way to use GenerateEmbedUrlForAnonymousUser API operation and pass in:

“SessionTags”:
[
{
“Key”: “Area”,
“Value”: “West”
}
]

And see both row 1 and 2 in the embedded dashboard? Is there any way to do this, or does it always have to match the exact value?

That is how row level security works.

1 Like