In 2017 Update 1 I'm not able to pull from a list basing on itemtype:
- WHERE type = getitemtype(puller) doesn't work cause getitemtype is deprecated
- WHERE type = puller.attrs.itemtype.value doesn't work either and gives a compiler error
What's the right way to do it?