Hi

How can I define a dynagroup which includes all of the platforms?

Tried these 2 conditions and many others - none of them work

resource.type.plugin = Platforms
resource.type.name = (Linux | Windows)

resource.type.plugin = Platforms
resource.type.name = Linux) | (
resource.type.name = Windows)


Regards
Alexey