Im trying to count the number of times on a page that a certain string is there.
All the shapes are not connected to each other, they are individual
this is what i have tried so far but i don’t think its getting me any closer
{{=count(FILTER(PAGE.DESCENDANTS, contains(@"Length", "50")))}
I have a data field attached to the shapes with the name ‘Length’ from a google sheet.
Im happy to either pull the string from there or from the actual displayed string