IsText() and BulletedList()/bulleted lists

IsText() returns false for bulleted lists, regardless of whether generated with BulletedList or manually by typing “*” and text. This was unexpected behavior for me, although it may be expected for some use cases. Is there an alternative to IsText() that will work for this?

Hi @Matthew_Strax-Haber,

Try using toText() and then apply isText()

Hi Christian,

I already thought of that. I’m pretty sure that .ToText().IsText() would always return true, regardless of input value – even numbers or row records.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.