Hey Hey
I want to apply conditional formatting on shapes which are grouped with another shape. For this I started creating a rule with custom formula and expected this to work
```
=SOME(Groups, x => CONTAINS(x.items, THIS."id"))
```
But unfortunately this doesn’t. Any idea what’s wrong?