web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Save Images Captured f...
Power Apps
Unanswered

Save Images Captured from Powerapps to SharePoint List

(0) ShareShare
ReportReport
Posted on by 1,712

Hello everyone!

 

I am trying to customize Expense Report template using flow and PowerApps.

So I have created a page in PowerApps for users to create a report, take some pictures from their phones, and when they clicks on the save button the flow will start, update the picture to SharePoint list column called “Bills Photo” and trigger the report id that they wants to add the photos on.

Suppose that also the users want to take more than one photo to a report, how can i group the photos to show them in the column close to each others for example: Photo1,Photo2,Photo3…

 

 I followed this amaizing tutorial on Youtube video but this flow in this video don't achieve my needs:

PowerApps Flow Intro Upload an image to SharePoint using Flow

 

On save i want the flow to save the images URL's based on ReportID of the user.

So when the manager want to check for the bills photo's in SharePoint it will redirect him to the URL of the image that the user add it to the report.

Here is the list:

LineItems.PNG

Here is the flow:

CaptureFlow.PNG

Here is the App:

Capture.PNG

So what is the actions i have to add in the flow to achieve it ? Please can you provide example of this flow ?

I would really appreciate your help.

 

Thank you!

Categories:
I have the same question (0)
  • CU24091509-0 Profile Picture
    417 on at

    Hi,

     

    If you want to upload multiple images, it is always better to do them as attachments.

     

    Please let me know if that helps.

     

    Thanks

  • v-monli-msft Profile Picture
    Microsoft Employee on at

    Hi @Julien2 ,

     

    You can add the ID of the item to end of the Filename, which is the textinput control in PowerApps. For example, use a formula that runs the flow like below:

    FlowName.Run(Concatenate(TextInput1.Text,Gallery1.Selected.ID),...,...)

     

    Gallery1.Selected.ID is just an example to get the ID value of the item.

     

    Regards,

    Mona 

  • EBMRay Profile Picture
    1,712 on at

    Hi @v-monli-msft ,

     

    I have 2 different pages but each of this pages contain 2 Save buttons, i wanna merge both functions in only one function and one save button. The functions are below:

    (Save & Add new line item Button) function:

    SubmitForm(NewLineItemForm);SubmitForm(NewLineItemExpenseStatusForm);ResetForm(NewLineItemForm);Set(SelectedReport,LookUp(Expenses,ID=SelectedReport.ID))

    (Save to SharePoint Library Button) function:

    Set(FileLinkFromFlow, Powerapps.Run(TextInput2.Text & ".jpg", Dropdown1.Selected.Value, TakenPic).filelink)

    So on save the flow will start and add the image to the library, at the same time a new item will be added to the LineItem list by checking the id of the report in the other list.

    What will be the function for the Save button ?

    Thanks in advance!

  • mmhailye Profile Picture
    33 on at

    Hi, Even though you are storing your images on SharePoint, you may get some ideas on how to adapt the methods used in this excellent video which shows how to save multiple images to Azure Blob storage.  The main concept here is to use an "intermediate table" that links the Expense report in this example to multiple images.  This avoids using Flow to simplify things.

     

    https://www.youtube.com/watch?v=ZOz3HvKDWMk&t=166s

     

    Hope this gives you another approach...

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.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 401 Most Valuable Professional

#2
11manish Profile Picture

11manish 201 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard