I have a SharePoint List with the following structure.
CityPopulations, { City: "London", Country: "United Kingdom", Population: 8615000}, { City: "Berlin", Country: }...
What i need to do is, GroupBy based on Country and need to display it in Nested Gallery with Country Name in Parent Gallery and remaining data in sub gallery which i am able to do, but along with these i need to show an image next to each country which should be fetched from SharePoint list or document library(look Up) which i am not able to fetch
i even tried a column with Image(But the image does not get displayed).
Created a document Library and used a look up which never gets any data.
Can someone please tell me on how should i proceed with this. Any help would be appreciated. Thanks a lot in advance.
Hi @DipinR
Are you using the Sharepoint connector? Can you please tell me more about how you are trying to get the images for the country?
Yes i am using a sharepoint connector and then putting it in a collection.Thanks in advance.