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