Hello,
I want to get the order number from an email I receive when a customer of ours buys a product.
I always receive the same email and I manage to extract part of the data from the email utilitzing the html extract, but I don’t know how to go further, and not if it’s even possible.
[<a href="https://gallery.mailchimp.com/ba6f7900d89414f2e6e75067c/images/5a59bf04-47c4-4a31-a126-15e257cd9eab.png">https://gallery.mailchimp.com/ba6f7900d89414f2e6e75067c/images/5a59bf04-47c4-4a31-a126-15e257cd9eab.png</a>]<br>Booyah! A new order!<br>23562275 :<br>Order recap :
That’s the result I get, I want to receive just the information after the text "A new order!
and befor “:
Order recap :” is it possible to search for a text and pass by the values in between?
