Forum Discussion
Kesavaraman
1 year agoFrequent Visitor
Table append issue
Hi All I have Table 1 source from share point and did some additional steps like adding additional columns, Then I extracted Table 2 by using distinct option on Table 2. Now if I tried to ...
- 1 year ago
without duplicating the table 1, create the table 2 from the sharepoint source and apply all the required calculated formula( you can replicate the same calculated steps as in table 1), and now the append will work without any interuption.
AntrikshSharma
1 year agoCommunity Champion
Kesavaraman Circular Dependency means Table1 is dependent on Table2 and at the same time Table2 is dependent on Table1, since you have mentioned you applied some transformation in Table1 I would check is there any reference to Table2 in Table1's query or Table1 in Table2's query.
Kesavaraman
1 year agoFrequent Visitor
yeah, got it, I have found some solution. Thank you