Hi,
I am having some issues trying to figure this out:
When converting an email to HTLM, then removing the empty lines from the array I get something like this:
Note this is only a sample with the relevant information:
--------------------------------------------------------------------------------------------------------
"Nom",
"Doe",
"Prénom",
"John",
"Fonction",
--------------------------------------------------------------------------------------------------------
The value I am interested is "Doe" and "John", however when I try the "starts with" function I get this output:

So my question is: how can I get "Doe" instead of "Nom"? Can I select the string between "Nom" and "Prénom" to get that?
Thank you for your help !