Forum Discussion
KevinHemelrijk
Oct 26, 2023Copper Contributor
Watchlists: failed to resolve scalar expression
Hi Techies, We want to use a watchlist inside a KQL query which is supposed to be simple, but we are actually struggling a bit with the following issue "'project' operator: Failed to resolve scal...
- Oct 26, 2023Thats odd. Will any other Column project ok, such as SearchKey?
Maybe there are some control characters or spaces in the original CSV file, or it's corrupted in some way?
Ulrik_Klepsch
Oct 27, 2023Copper Contributor
How about something like:
_GetWatchlist('VIPUsers') | Summarize make_set(emailAddress)
_GetWatchlist('VIPUsers') | Summarize make_set(emailAddress)