Hi there,
me was writing a flow to parse information from a notification service to later become used in a workflow.
So for what I learnced, it is possible to extract information from the E-Mail, but then later I get stucked in the flow for several reasons and can´t see where I am wrong.
So my Flow Example is:
Trigger: When a new mail arrives (v3)
- Received in a Mail folder
- Send by particular sender
Ask time & convert to timezone

I then extract the information from the e-mail notification subject:

then I extract information from the mail body:

Then the first condition to decide whether the notification is in german or english:

If the Notification is in German, it then:

The Number of Notification:


Then the Text of Notification, in every Notification it starts after ")" of the code in subject.

That´s all from the notification transmitted in the subject, then the whole information with dynamic content is transmitted in the body, starts with a static word end´s with ":" and then dynamic content:

So I done with conditions for that when the content is not empty, it extracts the content behind i.e. "Meldender:" - but it won´t work and drive me nuts... what do I missing?
Could you please help?
Thanks in advance