I am loading data from prod environment to a dev environment using dataflows and odata connector. I have the schemas all defined in Dev and I have completed most of the table transfers already but a couple will not load.
Example: Table 1 move from prod to Dev.
Dataflow fails with message: Failed due to customer installed plugin. "column 1 can not be null"
this "column1" is a lookup column in this Table1, but it lookups itself (The relationship it has is with itself).
Now my question is: I have to load this column before the Table1 otherwise it can't "lookup" so I'm wondering what's the best way to deal with this in power apps? How do i load the parent column before the table if it's inside the table. Do I have to split it ?