Skip to main content

Notifications

Community site session details
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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Building Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 89 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 60

#3
stampcoin Profile Picture

stampcoin 48

Overall leaderboard
Loading started
Loading started