New functions: STARTSWITH() and ENDSWITH()

Steve
Platinum 4
Platinum 4
11 6 819
6 REPLIES 6

Bahbus
New Member

Really Steve? Youโ€™re just gunna hit me with these as I wrote this:

3X_9_f_9f1a38e3e1d529de61070e8e7a3ff05a807d4e7a.gif

Ask and ye shall receive.

Amazing, i have no use for that yet, but eventually i will. 3X_d_5_d51363a862e7ab883241c312ac5d7f271579cdd3.gif

Iโ€™m curious the use cases people can think of for this; Iโ€™mโ€ฆ drawing a blank.
Any ideas would be appreciated to get the juices flowing
3X_2_c_2c0bad16fe039654588d8efe36a9311a8f3e6d77.gif

The examples in each doc have a use-case: email conditionals. ENDSWITH("@gmail.com", [Email]) is conceptually simpler and more efficient than ("gmail.com" = INDEX(SPLIT([Email], "@"), 2)).

Alrighty, this came handy replacing some janky text based expressions in a little of my secret sauce around triggers and workflowsโ€ฆ

I decided to make it a tip and trick:

Top Labels in this Space