NGetText Activity didn't iterate in ForEachEmailX activity

I want to extract info from a form in email to an excel file. These info are structured and eazily extracted with Get Text activity. But this flow only repeatly extracts the current email which is open.

I replace the subject of the emails in Window Selector with a variable (= CurrentMail.Subject). But it still repeat in one email.
Uploading: image.png…

I wouldn’t like to rewrite the script with RegEx because dozens of info are needed to extract. I feel it should be an easy question. Can somebody advise?

By the way, is RegEx method faster than my method using GetText?

@Li_Eric

Regex is better as it works in background compeltely…on outlook its not adviced to use ui activities…

Can you show the body and what you need to extract and what are the constant parts in the body

Cheers

Hi Anil G

The body is a form. All info in red box and the checked item are needed to extract.

But I still be curious how to fix it using Get Text. :blush:

@Li_Eric

Can we get this as a text file

cheers

Nylon Acorn – L Yvonne 20230317_.zip|attachment (153.4 KB)
Sure.
There might be more than one checked items under TESTING REQUIREMENTS section. I planed to use Get Attribution activity.
Thank you.