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 / Error upload image to ...
Power Apps
Unanswered

Error upload image to sharepoint list

(0) ShareShare
ReportReport
Posted on by

Hello,

I've created a SharePoint list with a few text and number columns, and a column to add images (it will be a signature). Then I created a flow, here it is.

 

Error_powerapps.png
 
Error_powerapps2.png

Next, I created a PowerApps application with a button that, when clicked, will add the data from the filled fields as well as the signature to the SharePoint list.

But I have an error, here is my code.

Set(
    varJSON;
    JSON(
        PenInput_signature_1.Image;
        JSONFormat.IncludeBinaryData
    )
)/  
Set(
    varJSON;
    Mid(
        varJSON;
        24;
        Len(varJSON) - 24
    )
) / Visitors_submit.Run({file: varJSON});
)


What could be wrong?

 

Categories:
  • WarrenBelz Profile Picture
    156,526 Most Valuable Professional on at

    Hi @ironpower ,

    Try using the Power Apps V2 trigger and send the file as per thew first part of this blog of mine.

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

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
11manish Profile Picture

11manish 393 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 278 Most Valuable Professional

Last 30 days Overall leaderboard