http connector request using Azure logic apps

Vijayakumar Elumalai 105 Reputation points
2023-08-11T10:05:16.5033333+00:00

Hello Team,

I am trying to get the response using azure logic apps & http connector. i have created a designer flow and executed it. It ran successfully but its not getting the values of "description" & "short_description". PFA word document for screen shots.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,543 questions
{count} votes

1 answer

Sort by: Most helpful
  1. JananiRamesh-MSFT 29,261 Reputation points
    2023-08-14T06:52:56.74+00:00

    Hi Elumalai, Vijayakumar From the screenshots I see that you are using a HTTP connector making a call to the following url https://campbellsouptest.service-now.com with the below request body.

    {

    "description": "Testing",

    "short_description": "testing-short"

    }

    workflow ran successfully but the values for description" & "short_description in the response body was empty.

    As discussed, the actual backend was not returning the values in the response to confirm the same, we requested you to call the API directly from postman to see if it is responding with description" & "short_description values.

    Feel free to ask if you have any additional queries.

    Please "upvote/accept" if the answer is helpful so that it can help others in the community.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.