Hello
At "E-mail to case" I try to evaluate the e-mail address of the sender with formula. Unfortunately my code does not work:
ifThen(string\contains(inboundEmail.emailAddress, '.de'), country = ' Germany');
Does anyone have a tip that might help me
Thanks.
Peter
At "E-mail to case" I try to evaluate the e-mail address of the sender with formula. Unfortunately my code does not work:
ifThen(string\contains(inboundEmail.emailAddress, '.de'), country = ' Germany');
Does anyone have a tip that might help me
Thanks.
Peter
Comment