Parsing - After text field - Ignore dynamic URL value

Fagun Shah

Well-known member
I want to parse text from body_html of email, but the issue is the HTML tag contains dynamic URL so I can not give fix value to text parsers's after text field.

Red underlined text will be static and yellow underlined URL will be dynamic. Is is possible somehow to ignore that yellow part of URL via placing * or something?

1619846553307.png
 

Pabbly

Administrator
Staff member
I want to parse text from body_html of email, but the issue is the HTML tag contains dynamic URL so I can not give fix value to text parsers's after text field.

Red underlined text will be static and yellow underlined URL will be dynamic. Is is possible somehow to ignore that yellow part of URL via placing * or something?

View attachment 484
Can you please share us the workflow name so that we can check the possiblity?
 

Fagun Shah

Well-known member
We have created a sample workflow "CLONE - [Website Form New Lead Email Parser]" for you. Please check Steps 9,10 and11 that should fulfill your requirement.
Did you setup the step 9,10,11 to extract the URL??

The text I want to parse is "Unknown" in the screenshot. But it is a link(<a>).

So what I actually need to do is ignore the URL but still pass other things to get "Unknown(or whatever the hyperlinked text is there)" as result.
 
Top