Skip to main content

Notifications

Power Automate - General Discussion
Answered

Condition for HTTP output

(0) ShareShare
ReportReport
Posted on by 227

Hi,

 

I created the flow base on HTTP and then response is only XML as below. I want to put the condition after HTTP output and make the another action. But i still cannot find the condition for http output body. I only can see @equals(body('HTTP'), '')

 

Here is my http output body.

 

 

<Soap:Envelope xmlns:Soap="http://schemas.xmlsoap.org/soap/envelope/">
 <Soap:Body>
 <IsNASKeepAlive_Result xmlns="urn:microsoft-dynamics-schemas">
 <return_value>Your return value is here.</return_value>
 </IsNASKeepAlive_Result>
 </Soap:Body>
</Soap:Envelope> 

I want to put the condition like this on condition.

 

 

IF return_value = "" THEN
 'Do something
ELSE
 'Do something

Regards,

Categories:
  • Meneghino Profile Picture
    Meneghino 6,949 on at
    Re: Condition for HTTP output

    Hi @yukonn

     

    I am having great trouble with XML from this site of the European Central Bank:

    http://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml

     

    What is the xPath expression to obtain the date value?

     

    I have tried this:

     

    xpath(xml(body('HTTP')),'string(gesmes:Envelope/Cube/Cube/@time)')

     

     

    But I get this error:

    The template language function 'xpath' parameters are invalid: the 'xpath' parameter must be a supported, well formed XPath expression. Please see https://aka.ms/logicexpressions#xpath for usage details.

     

    Any ideas?

  • Verified answer
    yukonn Profile Picture
    yukonn 227 on at
    Re: Condition for HTTP output

    Hi Chandbhu,

     

            Thanks for your reply. I tried it before i post here. We cannot direcly use body to check for condition. Because retun body has xml format, so that equal function always return false. i used the compose func and check the data. here is my logic for other.

     

    Here is code inside compose

     

    "@xpath(xml(body('Http')), 'string(/*[name()=\"Soap:Envelope\"]/*[name()=\"Soap:Body\"]/*[name()=\"IsNASKeepAlive_Result\"]/*[name()=\"return_value\"])')"

     

    Flow

     

    Regards,

  • chandbhu Profile Picture
    chandbhu on at
    Re: Condition for HTTP output

     

    Hi @yukonn,

     

    You can try adding condition card like below.

     

     

    AddCondition.png

     

     

     

     

     

     

     

     

     

    AddCondition2.png

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

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,691

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 65,019

Leaderboard