Re: Filtering a list base on values contained in an email
Hi @ezFlow,
I would use an array for this mapping and filter that based on the subject field. In a condition you could check if it has found a match. If that is the case you could forward the e-mail to the correct branch e-mail.
Below is an example of that approach.
[
{
"Branch": "100",
"Branch e-mail": "user1@domain.com"
},
{
"Branch": "300",
"Branch e-mail": "user2@domain.com"
},
{
"Branch": "560",
"Branch e-mail": "user3@domain.com"
}
]
