Skip to main content

Good day fellow Nintexer's.  I have a problem plaguing me that I was hoping someone could help with.  I'm trying to set-up a system to send Purchase Orders out to our suppliers.  In the body of the email is a "MailTo" URL that generates the following email response:

219600_pastedImage_2.png

This email is going to an inbox where a Flow is set-up to move the body of the email into a SP list.  In other words this:219601_pastedImage_3.png

Gets transferred to the list as this:

219605_pastedImage_4.png

I figured out how to run the HTML through a RegEx to get this:

219606_pastedImage_5.png

How do I simply get "TEST INFO HERE!" output to place elsewhere?  I cannot seem to find a RegEx example that take into account the supplier may place one word or a paragraph with 1 - n carriage returns between the first "*" and the second "*".  Does anyone have a (simpler) way to do this?

Have you thought of using a form instead of an email. So you know where the response is going to be, and the user who is responding also knows where to respond?


Reply