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 Automate / Calling Flow in Power ...
Power Automate
Answered

Calling Flow in Power Apps: Google Books API

(3) ShareShare
ReportReport
Posted on by 17
I have a flow I set up in Power Automate for my Power App that takes an ISBN number as it's input and makes a GET request to Google Books' API. The book information is stored in a variable in the Power App. This is what the flow looks like. 
 
When I test the flow using power automate, any ISBN I test with is passed to the HTTP request and I get the book information. When I try to run the power automate flow from the power app, the ISBN isn't passed to the HTTP request. 
 
Test with Power Automate
 
With Power Apps;
The number is obtained from the power app
 
but it's not passed to the ISBN. The field is blank when the request is made.
 
You get a result but just not the right one
 
The ISBN value isn't being passed to the HTTP request. Also, it's not because the data types are different (I ran a test to see whether it mattered although I can't see it among the many test flows I ran).
Categories:
I have the same question (0)
  • Suggested answer
    Expiscornovus Profile Picture
    33,985 Most Valuable Professional on at
    Which formula did you use in your Power App? 
     
    And what is the reason you are using a response action and not the respond to a power app action?
     
    Below is an example how you could return a result.
     
    In the below fx the result is retrieved and stored in a Flowresult variable. The run uses the input from the TextInput1.
     
    Set(FlowResult, CallingFlowinPowerAppsGoogleBooksAPI.Run(TextInput1.Text).result)
     
     
     
  • Suggested answer
    Michael E. Gernaey Profile Picture
    53,968 Super User 2026 Season 2 on at
    HI
     
    As you can see in one place you pass it as a Text, from the App you are passing it as an Number.
     
    You need to make sure from the App you are sending it as Text, not a number.
  • Verified answer
    CU12091158-0 Profile Picture
    17 on at
    So I figured out the problem with FLMike's answer as a nudge in the right direction. I had already put code within my Power App to convert the ISBN number into text. Even my variables list showed that my ISBN variable was text. But when it got passed to power automate, the "text" was still a number. I decided to instead take in a number in the power automate flow instead of text. And now it works. 

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 Automate

#1
David_MA Profile Picture

David_MA 259 Super User 2026 Season 2

#2
trice602 Profile Picture

trice602 177 Super User 2026 Season 2

#3
11manish Profile Picture

11manish 136 Super User 2026 Season 2

Last 30 days Overall leaderboard