I am trying to parse the names of students from an email. But it is only giving me the first name. Tried to use the "apply to each" function but it's saying we can't use it along with the "initialize variable" function. Request your help here, please.
This is the HTML version of the email. I've erased the unnecessary stuff for easier explanation.

I want those names (Alex, Lisa, Martha) It is not certain, in some emails there could be more or less names. But the HTML first and last words are the same. See I have marked them in purple and green color.
This is the flow. I have mentioned the formula as well:

It's working but giving only the first student's name. After getting the name, I have to put them on an excel table. And for that this is what I am doing:

The excel:

Please lemme know, how to loop it?