hi , I’m trying to flow user email account to respective Exchange mail DB, base on their company attribute.
I only required to create email account only of.
company = TEST1 OR company = TEST2
also email account need to be on respective ExchangeDB .
Note: I don’t need to create email accounts users other than this 2 companies.
EX: IIF(Eq(company,"TEST1"),"MAILBOX1",IIF(Eq(company,"TEST2"),"MAILBOX2"))
Thanks
<o:p></o:p>