Hi Donny,
Yes, I would do it like this.
Change your switch from Email builder (I actually didn't know this existed) to Expression
Contains(Lower(Append(Email.Message.subject, Email.Message.body)), "wachtwoord")Contains checks if a string contains a substring.
Lower will convert a string to all lower case letters.
Append will merge 2 strings together.
------------------------------
Samuel Kling
Etraveli Group AB
------------------------------
Original Message:
Sent: 02-11-2021 02:51
From: Donny Willems
Subject: how to use expresions
Hi Samuel,
Do you have any examples of this? Never worked with expresions before.
------------------------------
Donny Willems
KEMBIT B.V.
Original Message:
Sent: 02-11-2021 02:43
From: Samuel Kling
Subject: how to use expresions
You can use Lower and convert your subject and body to all lowercase letters before you match it.
------------------------------
Samuel Kling
Etraveli Group AB
Original Message:
Sent: 02-10-2021 06:32
From: Donny Willems
Subject: how to use expresions
Hi all,
i build a flow for routing e-mails at the moment i am testing this, i have de default path (all mails)
and case 1:
Any idea how i can fix it so it detects all versions of the word wachtwoord?
#ArchitectureandDesign
------------------------------
Donny Willems
KEMBIT B.V.
------------------------------