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 Automate / Send picture from Powe...
Power Automate
Unanswered

Send picture from Power Apps canvas app to Power Automate

(0) ShareShare
ReportReport
Posted on by 2
Hello everyone, I have a problem.
 
I want to send an image from a Canvas App to a Power Automate flow.
The way I'm doing this now, is sending the image (together with 2 text fields) to a sharepoint list (as image, not attachment), and when the new item is created, it triggers the flow. It takes the text fields, but no option to get the image.
So I've found this workaround using "Send HTTP request to SharePoint", but it's not working.
 
I can see the correct image name, but it doesn't get the serverRelativeUrl. And I'm pretty sure this is the problem.
I also tried this in a completely different environment, but the same problem. So any help is appreciated! Or if anyone knows a different way to do it?
Schermafbeelding 2024-04-03 094046.png
Categories:
I have the same question (0)
  • JonathanVanh Profile Picture
    2 on at

    I've got it working with a form and just using "attachments"

  • claudiovc Profile Picture
    94 on at

    Please try this in Power Automate

     

    1.- action trigger powerapps (v2), add 1 in type file

    2.- action outlook 365 send mail (v2)

    fill fields, to, subject, body

    attachment1 name:

    triggerBody()?['file']?['name'] (i call file in step1)
    attachment1 content:
    triggerBody()?['file']?['contentBytes']
     
    in powerapps, you call the flow these way, my flow name is RecibirArchivosDesdePowerApps2
    RecibirArchivosDesdePowerApps2.Run(  
        {
            file:{
                name: AddMediaButton1.FileName;
                contentBytes: UploadedImage1.Image
            }        
        }
    )
    i hope this help

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 Automate

#1
David_MA Profile Picture

David_MA 248 Super User 2026 Season 2

#2
trice602 Profile Picture

trice602 160 Super User 2026 Season 2

#3
11manish Profile Picture

11manish 142 Super User 2026 Season 2

Last 30 days Overall leaderboard