Hi,
We have a problem, if a mail comes from an unknown user it automatically creates his contact and case. But if he sends 2nd time it will not lookup old contacts and accounts then it will be created as new contact and contacts will be duplicate in CRM.how to get account values automatically.
Customer (Accounts) : if(startsWith(variables('Customer from email sender'),'accounts'),variables('Customer from email sender'),string(''))
Customer (Contacts) : if(contains(variables('Customer from email sender'),'contacts'),variables('Customer from email sender'),string(''))
Thanks..