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).