Hello,
I am trying to search for a string inside another string like this:
If(Find(First(Employee).Mail; "ext@")>0;First(Employee).Country;First(Employee).Country &" / "& First(Employee).CompanyName)
But I am not getting the expected result, I want to show only the country when the mail contains "ext@".
Best regards.