Moving dashed line around table

I have several tables on one of my screens that exhibit moving dashed lines along the table borders. It occurs in the staging and published versions and is very distracting. I can’t seem to find the setting to disable it. Has anyone had/seen this issue before? Thanks for any help!

Ok. So this seems to be appearing when I set the table.data indirect binding to “bidirectional”. If I uncheck the bidirectional setting the dashes go away. How can I prevent the dashes from showing up in the staging and published versions when the bidirectional setting is enabled?

This usually indicates a tag is being written to, usually around a button. I would try to track down what is being written to if its this often. You can try checking the overlay opt-out in the bindings, should remove it.

1 Like

That worked! Thank you.