Forum Discussion
Ben-Dev
4 years agoHelper II
Table.Combine Dies With Stack Overflow
Hello Microsoft Team, I've stumbled across a stack overflow error which rears its ugly head if I try to Table.Combine two tables which are both based on Table.View. 😞 Any idea what's going o...
v-jingzhang
4 years agoCommunity Support
Hi Ben-Dev
I tested with a simple Table view. It can be combined with itself.
Perhaps the issue is due to the code for generating your table view?
Best Regards,
Community Support Team _ Jing
Ben-Dev
4 years agoHelper II
Thanks, v-jingzhang!
I believe the issue here may be related to the combination of Table.Combine and OnTake. From what I'm hearing, sounds like there's an underlying issue which I'll just have to live with.