Filter MText Objects by Contents

I am trying to use Object.FilterbyProperty to filter MText objects by their contents. Below is what I have so far. Am I using the wrong propertyName or is there something else causing the return to be empty list?

Perhaps you are getting property sets mixed up when you don’t have them. Likely you’ll need to query the content a different way (like objectextensions.getparameterbyname), then use a bool filter to isolate.

1 Like