How to get text including the HTML tags

I want to get all the text but also the HTML tags of that text.

How do I get it? Thank you!

Hey @prititit

You can achieve this using Regex or String Manipulation.

Please provide a sample,
Bold the expected output
Please share any information on the pattern etc.

Cheers

Steve

@prititit

Post some sample which you need to extract
so as @Steven_McKeering said we can provide the pattern

Thanks

Hi @prititit ,

If you want the HTML tags of the text then use Get Attribute activity and use “outerHtml”.

image

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.