Lately i'm working on sandbox solutions, it seems customer prefers OOB solutions.
Indeed i created (inspired from some blog posts written by people who knows things for real) those formulas for phone number and email:
Phone (+39 080-1234567):
=AND(
(FIND("+";[Phone];1)=1);
(ISNUMBER(VALUE(MID([Phone];2;FIND(" ";[Phone];1)-2))));
(ISNUMBER(VALUE(MID([Phone];FIND("...
Join Us at CollabDays Hamburg 2024!
7 months ago