Text contains Bullets?

Is there anyone to create a formula to identify if a tables column contains a Bullet? For example I tried using the ContainsText( Character(8226)) but that doesn’t work.

hi @Ryan_Hubbard ,

below how I checked it:

thisRow.testing._Merge().ToText().ParseJSON("*..style")

I hope it helps, Cheers, Christiaan

1 Like

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