So I have an app with 15 SharePoint data source connections. I know the recommended limit is no more than 30 data source connections, but there was no specification for any specific types. With that in mind, here's my problem:
I connected all 15 of my sources and attempted to do a simple ClearCollect on the 1st one. The columns are brought in properly but there are no rows of data. When I then add a 16th source from a different SharePoint site, I can perform the ClearCollect on this without issue. I then remove the 16th and 1st source, add the 1st source back in, perform the ClearCollect again, and it doesn't work.
I had an initial "prototype" of the app where I am able to use the exact same data source and ClearCollect it properly, although it doesn't have the other 14 sources as well. But if that were the case, then adding the 16th one shouldn't have worked either.
I'm at my wits end trying to figure this out. I've tried different methods to get it to work, such as turning off "Explicit column selection," using Refresh-Clear-Collect formulas in order, adding in ShowColumns to the ClearCollect formula, restarting my browser, refreshing data sources, removing all data sources and re-adding them, running the app to see if the problem persisted outside of edit mode, etc.