
Announcements
Hi,
Can i import data from multiple Data Sources like, Data Verse and SharePoint into one Gallery ? If Yes, then how ?
Here's the App Scenario
I have stored Information of Product i.e ID, Name, Color, Size, Price, Category, Description. Now i am showing this data in a Gallery where users can browse and view the product but i want to add a "Adding a Quantity Feature" with a help of "Slider Or a Counter Buttons (- & +). I want to store the Sale Orders Information in a Dataverse. But i am confuse how can i show the Quantity Feature in it ?
Yes, you can but not directly into the gallery. You would have to create a collection and load data into the collection using a common data model. So transform the results from the query into a table with common fields from both Dataverse and SharePoint.
Drawback is that you now have a local copy of the data so watch your delegation limits. But once you have the data combined into 1 collection, simply reference that collection as the source of data for your Gallery. Ensure you handle refreshes after updates appropriately because the collection won’t auto-refresh unlike a direct connection to the data source.