We have an alert setup so we know when there are any snapshots across our VMware estate over 2 days old and this currently works well.

My question is how to customise a second alert to go to a particular team based on the VMware tag?
In SWQL Studio I can get the query to pull in the tags ok but in the alert page I have an issue as the select statement can't be changed when I click on Virtual Machine for Set up your SWQL condition.
I've not done much customisation with SWQL so hoping this is a noobie issue and theres a simple enough workaround if anyone has any suggestions?
In SWQL Studio I have it returning output ok with below:
SELECT VirtualMachines.Uri, VirtualMachines.DisplayName, Tags.DisplayName
FROM Orion.VIM.VirtualMachines, Orion.VIM.Tags
WHERE Tags.DisplayName='TagName'