Skip to main content

Notifications

Community site session details

Community site session details

Session Id : jg0VtzNkvI1HSz3EKj4ZN1
Power Apps - Building Power Apps
Answered

PUSH IMAGE FILE FROM POWERAPPS TO EXCEL

Like (0) ShareShare
ReportReport
Posted on 22 Nov 2019 07:44:59 by 101

Outline : I have created an application that fetches data from multiple excel files as a source file and save data in a prescribed tabular form in a destination excel file.

 

Issue: I need to prompt the user for capturing images and to be stored in the excel cells. Will that be possible?

 

 

Categories:
  • Verified answer
    v-yutliu-msft Profile Picture
    on 25 Nov 2019 at 02:14:35
    Re: PUSH IMAGE FILE FROM POWERAPPS TO EXCEL

    Hi @Vignesh_2112 ,

    Do you want to save images to Excel and notify user this action?

    Yes, it is possible.

    1)notify user

    Please try Notify function.

    set one button's OnSelect:

    Notify( "Please save caputred images to Excel!", NotificationType.Warning )

    Here's a doc about this function for your reference:

    https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-showerror

     

    2)save caputred images to Excel

    Firstly, you need to insert a column named fieldname[image].  //for example, image1[image] or picture[image],....

    Secondly, you could use "Camera1.Photo" to represent the photo caputred by the camera control.

    Try this formula to update:

    Patch(table,DeFaults(table),{fieldname[image]:Camera1.Photo,....})

    Here's a doc about how to update images to excel and camera control for your reference:

    https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/tutorial-working-with-images-in-excel

    https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/controls/control-camera

     

     

     

    Best regards,

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,660 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,004 Most Valuable Professional

Leaderboard
Loading started