Hi everyone,
I had a requirement where I had to check if it is possible to combine the data from 2 different document libraries in two different sites. So in my case I had a site named: Pune -> in which I have created a document library named Miscelaneous and other SP site named DEMO_PowerApps -> in which I have created another document library named TrialLibrary. In both these list I created a Choice column named 'Tag' which had few common choices and some which are different.
So to combine the data from the both the list I used a Collection on the On-Start of the app:
ClearCollect(merging, TrialLibrary,Miscelaneous) and then created a new screen with a text input (To search records based on the Tag column) and a vertical gallery to display records. So on the Items property of the gallery, if the search field is blank then it displays the new collection else based on the input in search it filters the records. So the issue I am facing is that for the TrialLibrary document library for the Tag column it is not retrieving the values for it


So to cross check if there is any issue I added another just beside my main gallery and set its Item property to the TrialLibrary and there I saw all the values were getting retrieved properly.

I tried refreshing both the data sources and ran the On-Start property again, but no change. Please let me know what needs to be resolve this.
Regards,
Sidhant.