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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / submit a Form has an i...
Power Apps
Unanswered

submit a Form has an image field in powerapps canvas to Dataverse

(0) ShareShare
ReportReport
Posted on by

hi,
I have table has image column and other types, the submit of form do well except the forms that has an image field.
this is my code

SubmitForm(Form1);;
Patch(
 reclamation;
 Form1.LastSubmit;
 Form2.Updates
);;
Patch(
 reclamation;
 Form1.LastSubmit;
 {
 designation_distributeur: desdistributeur;
 email_distributeur: emaildistributeur
 }
);;
Patch(
 reclamation;
 Form1.LastSubmit;
 Form4.Updates
 );;
Set(
 varidreclamation;
 Form1.LastSubmit.'id-reclamation'
 );;
 Notify(varidreclamation);;

The problem is, I find the image in Dataverse table, but the code returns Error retrieving data from Power Apps network. and Notify (varidreclamation) ,didn't showed anything (also when I put it before patch of form4).


 

I have the same question (0)
  • ivan_apps Profile Picture
    2,187 Moderator on at

    Instead of relying on the form to submit the image to patch, try explicitly adding the image column to the patch and referencing the image control.

    this article shows the patch in action - https://www.c-sharpcorner.com/blogs/powerapps-bulk-patch-image-column-in-dataverse-from-canvas-app

  • siforibo Profile Picture
    on at

    hi @ivan_apps ,
    I tried the patch function, it returns the same error.
    i find this article but he used power automate : How to Upload images to Dataverse from Power Apps - SPGuides.

    for me I want to use only power apps, if I use power automat, I must be sure that there is no solution in 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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 721 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 320 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard