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 / Form Processor - Save ...
Power Apps
Unanswered

Form Processor - Save document that has been analyzed into Dataverse

(0) ShareShare
ReportReport
Posted on by 2

I am working with AI Builder within a canvas app and I am patching the field data into my Dataverse form. I would like to also save the file that is uploaded into my AI model on the Dataverse record.

 

I know I need to leverage Power Automate but am stuck on what that flow would look like when I am already using the Patch function. Here is my current PowerFX formula before adding the {powerautomateflow.Run} code.

 

If(
!IsBlank(FirstName.Text),
Patch(
'License Plate Requests',
Defaults('License Plate Requests'),
{
'Requestor First Name': FirstName.Text,
'Requestor Last Name': LastName.Text,
'Vehicle Make': Make.Text,
'Vehicle Year': Value(Year.Text),
'VIN Number': Value(Vin.Text),
Signature: penSignature.Image,
'License Plate Type': ddPlateType.Selected.Value
}
);
Reset(penSignature);
Notify(
"Your request has been submitted!",
NotificationType.Success
),
Notify(
"Your form is missing fields",
NotificationType.Error
)
)

I have the same question (0)

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 717 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 329 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard