Get a part of string

Hey everyone,

I have a process where I need to get variable values from a mail.

The mail will consist lets say “purchase order”, and I have to get the purchase order.
For ex.

"…


Purchase order: ABCDEFGH

"
How can I get the values ABCDEFGH with a dynamic base, because the lenght of the purchase order is not stable, it can be “abcde” or “abcdefghi”.

Thank you in advance.

@berkaykor
give a try on Regex:
grafik

also have a look here:
Regex help tutorial MEGAPOST – Making your first Regex post, Reusable Regex Patterns, Regex Troubleshooting, Sample Workflow and more

2 Likes

Thank you

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