How to parse dynamic values from a subject line in a mailhook

Hi,

I have a mailhook which contains 3 parts of data, like e-mail, first name and last name.

Since I use the mailhook, all the data is included in the subject line and the separator is a “|”

How can I extract these data types, since it’s dynamic and not static values. I searched on Youtube for video’s, but I can’t create the Regxr line, since it’s dynamic values.

Could please someone help me or direct me to a video where it’s explained?

Attached you can find the screenshot of the setup.

@Slimpens use ‘Set Variable’ and then split(subject;“|”).

Here are some of the links that you find useful.
https://www.make.com/en/help/tools/tools