Announcements
Create an Input Property in the Component: In your component, create a new input property of type Table (e.g., DataSource). This property will receive the SharePoint list data from the parent app.
DataSource
Bind the Gallery’s Items Property to the Input Property: Inside the component, add a gallery control. Set the gallery’s Items property to the component’s input property
Items
Self.DataSource
Note: This makes the gallery display whatever data is passed into the component.
Configure the Gallery Template: Add an Image control inside the gallery template. Set the Image control’s Image property to the field in your SharePoint list that contains the image URL or image data, e.g.: ThisItem.ImageColumn
Image
Add a Label control and set its Text property to the field you want to display as a label, e.g.: ThisItem.Title
Text
Pass the SharePoint List Data to the Component: In your main app screen (outside the component), set the component’s DataSource property to your SharePoint list or a filtered collection, e.g.: MySharePointList
colImages
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Vish WR 936
11manish 628
Valantis 604