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 / Flow to write to Datab...
Power Apps
Unanswered

Flow to write to Databricks works from Power Automate but not from Power Apps.

(0) ShareShare
ReportReport
Posted on by 77
Hi all!

I've created a flow in Power Automate to insert data into a Databricks table using the HTTP connector.
I should mention that I don't have a Power Apps Premium license.
 
From Power Automate, the insertion works, but when I integrate the flow into Power Apps, the insertion doesn't work. This is the code I pass to Power Apps:
 
Set(response, Flow_1301.Run( 
    Value(TextInput1.Text),  // id
    TextInput1_1.Text,       // name
    TextInput1_2.Text,       // description
    Value(TextInput1_3.Text),// price
    Value(TextInput1_4.Text),// quantity
    DatePicker1.SelectedDate // creation_date
));
// Show the response received
Notify(
    "Response: " & Text(response.status) & " - " & Text(response.message), 
    NotificationType.Information
);
// Check the response and show the result
If(
    response.status = "Success", 
    Notify("insertion_ok", NotificationType.Success),
    Notify("insertion_ko: " & response.message, NotificationType.Error)
);
 
The flow works from Power Automate, and the notification I receive from Power Apps is "insertion ok", but through Power Apps, the insertion doesn't happen.
What could be the cause of this?
Thanks
I have the same question (0)
  • Michael E. Gernaey Profile Picture
    53,960 Moderator on at
    hi
     
    We need to see a flow that you called from the Canvas App, what was the error, what actions worked and which ones failed.
     
    Bring in pictures, validate exactly what you typed in the actions etc, and what you saw coming in, versus when you just test from Power Automate.
     
    So from the Apps side, nothing I can say as it looks just fine "as it relates to calling a Power Automate from a canvas app", its all on the PA side that we need to see a run, and what that run did and how it failed etc.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 509 Most Valuable Professional

#2
Haque Profile Picture

Haque 302

#3
11manish Profile Picture

11manish 265

Last 30 days Overall leaderboard