logo
search
Others

How to Add Editable Images to a Power Apps Grid Using SharePoint

Maira MehtabMaira Mehtab Sep 22, 2026 869 views

Question details

The user wants to configure image fields within a custom Power Apps grid connected to SharePoint so that the images can be edited and removed.

Product
Power Apps / SharePoint
Device & OS
not provided
Scenario
Building a custom Power Apps grid with image management capabilities connected to a SharePoint list.
Observed behavior
Needs a method to implement editable and removable image controls, as this is not a standard out-of-the-box SharePoint feature.
Before you start

Ensure you have the necessary permissions to edit both the Power Apps canvas application and the connected SharePoint list.

Solution 1Recommended

Consult the Power Apps Community for Custom Solutions

Since adding editable images to a grid requires custom Power Apps development rather than standard SharePoint settings, seeking specialized help is the best approach.

Adding an editable, removable image field inside a Power Apps grid connected to SharePoint is a complex custom integration. It goes beyond standard SharePoint list features and requires specific Power FX formulas and control configurations.

1
Gather app details

Identify your current app controls, the SharePoint column type used for images (e.g., Hyperlink/Picture or Image), and your image-storage method.

2
Define expected behavior

Outline exactly how users should interact with the images, such as uploading, editing, and deleting them directly from the grid.

3
Post to the community

Visit the official Microsoft Power Platform or Power Apps Community forums and post your detailed question to get exact formula and control configurations from specialists.

Information needed for support: When asking for help, always include your Power Apps version and specify whether you are using a Canvas app or a Model-driven app.
Free Microsoft Office alternative

Looking for a Lightweight Alternative for Document and Data Management?

While Power Apps handles complex custom databases, standard document and spreadsheet management can often be simplified. WPS Office provides a free, highly compatible suite for spreadsheets, documents, and presentations without the steep learning curve of enterprise application development platforms. It offers a familiar UI, seamless migration, and straightforward data handling.

  1. 1. Download WPS Office: Visit the official website and download the free version of WPS Office.
  2. 2. Install the software: Follow the on-screen instructions to install the suite on your computer.
  3. 3. Open and edit files: Launch WPS Spreadsheet to open your existing Excel data grids and effortlessly insert or edit images directly in your cells.
Fully compatible with Microsoft Excel (.xlsx), Word (.docx), and PowerPoint (.pptx) formats.Insert, format, and edit images in spreadsheets easily without writing complex formulas.Lightweight software that runs smoothly on Windows, Mac, and Linux.Familiar user interface requiring no custom development or steep learning curve for seamless migration.
microsoft office alternative - wps office

Frequently Asked Questions

Can I use standard SharePoint image columns in a Power Apps grid natively?

Standard SharePoint image columns have limited support in Power Apps grids. To make them fully editable and removable directly within a custom grid, you must implement custom Power Apps controls and Patch functions.

What control should I use for images in a Power Apps gallery or grid?

You typically use the 'Add picture' control combined with an Image control to display, upload, and update images in a Power Apps custom gallery.

Where are Power Apps images stored when connected to SharePoint?

Images can be stored as attachments to SharePoint list items, inside a SharePoint Document Library with a link in the list, or directly in a SharePoint Image column depending on your database architecture.