I have a table on a page with tabs, that I want to move to another tab on the same page.
I save the table as a template, but when I want to add the table on the other tab, it ways association mismatch.
Both tabs are on the same page, that is a view-page from a parent table.
What is the best way to reuse or move code between sections? It makes no sense that there is an association mismatch here, because the two tabs live in the same page.
That error usually happens because the template keeps the original association metadata, even if you’re dropping it onto another tab of the same parent page. The tabs may share the same view, but internally the builder still validates the section against its original association.