How do I take Images from user and then store the image in a list, then retrieve that Image from List and display to user
Loading
How do I take Images from user and then store the image in a list, then retrieve that Image from List and display to user
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajkiran SwainPosted Apr 21, 2023, 5:30 AM
To take images from users and store them in a SharePoint list, you can follow these steps:
Create a custom SharePoint list with a column of type 'Picture' to store the images.
Add a form to your SharePoint site that allows users to upload images. You can do this using Power Apps or by customizing the New form for the list in SharePoint.
In the form, add a control for users to select an image from their device. In Power Apps, you can use the 'Add Picture' control.
Use a flow to save the image to the SharePoint list. You can create a flow using Power Automate that triggers when a new item is added to the list, and saves the image to the Picture column.
To display the images to the user, you can add a gallery to your SharePoint site that shows all the images from the list. You can customize the gallery to display the images in a grid or a list view.
Use a flow to retrieve the images from the list and display them in the gallery. You can create a flow that retrieves all the items from the list and passes them to the gallery control.
Note: It's important to ensure that the images uploaded by the users are optimized for the web to reduce the file size and improve the performance of your SharePoint site.