I am using power automate to read part of secured webpage content using http with Azure AD. I am able to get whole webpage content as text. I am trying to get part of web page text inside a paragraph with id or with a xpath like the below. I tried checking searching connectors for options like read html, read webpage etc but could not find related to add a step. Any suggestion or pointer to read part of webpage using xpath from result of "http with azure ad" connector. The call is not for an API. The call I am trying is for a webpage.
I did the following: Created a http with azure ad connector with name 'Get web resource'. Successfully signed in with azure ad and able to get content. used Content = body('Get_web_resource') used Content as part of email body to trigger email message Example xpath: //*[@id="Content"]/here/section[3]/ul/li/p Any option like split if we have challenges xpath option Content return type: https://learn.microsoft.com/en-us/connectors/webcontents/#binary