
Announcements
I'm using the HTTP function to make an API call using the Advanced Web Ranking API. Specifically, I am trying to use the create project function.
Developer API v2 Documentation - Advanced Web Ranking
The API requires that a JSON formatted input parameter be passed along. I was able to do this in Postman successfully, but I am running into an issue where Flow keeps converting it from JSON into a string.
Example:
Not sure whether this would help or not, can you please try using the JSON function.
Reference guide for functions in expressions - Azure Logic Apps | Microsoft Docs
Put all the query parameters inside the JSON function and specify this expression in the request where you are passing the queries, hope this would not get converted to string.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
if the information shared helps you, please consider giving a thumbs up 👍 and mark solution as resolved