So I have this weird error.
I have an existing shared table that is used by different solutions. Let's say is the Employees table.
So when I import the table into the solution I check the "Include table metadata" option and I manually select the columns and relationships that I need for that specific solution. Basically I follow the step 6 in this documentation for creating a segmented solution https://learn.microsoft.com/en-us/power-apps/maker/data-platform/create-solution#create-a-segmented-solution
The problem is that when I try to import the solution to another environment using Pipelines. I got an error of missing dependencies and when I check the error details it says that a reference to the Employees tables is missing. Which is incorrect because I have added the table to the solution.
If I include the existing table into the solution and I checked the "Include all components" option, the error disappears, but I have now errors of missing references to other tables that are not used in the solution. I don't want to include all those other unnecessary tables to the solution, that's I tried the segmented solution approach.