Hey everyone,
I’m facing a bit of a dilemma with my master component table in the design library. It’s built around sub-components, starting from cells, then columns, and finally the table itself. The challenge is that when I make updates to a specific cell (let’s call it Cell I) and push those changes, they’re reflected across the cell, column, and table instances. However, the update isn’t propagating to the column I’ve taken from the table in my working file. Any ideas why this might be happening? Am I missing something in the setup?