Using formulas to find specific shapes
I need a way to find certain shapes through formulas. For example I tried =countif(descendants(page) x => itemtype(x) = 'Process') and this does not work. I also need to work with custom shapes that derive from the basic shapes like process terminator etc. so I don't think just going off of names would work.