Jan 13, 2020 05:14 AM
I’m new to coding and trying to get the code below to perform a function if not null. Can someone show me where I’m going wrong with this code line? Thanks in advance!
If({Facebook Embed} is not null, CONCATENATE({Business Name}, " on Social Media"))
Jan 13, 2020 07:05 AM
Hi there!
Try this :slightly_smiling_face:
IF({Facebook Embed}, CONCATENATE({Business Name}, " on Social Media"))
The first part of the formula, “IF({Facebook Embed},...
” can be read in english as “If {Facebook Embed} is not empty/blank/null”.
Jan 13, 2020 07:08 AM
You are awesome! Thank you so much, it worked… :slightly_smiling_face: