Hi all, I’m literally just starting out, but trying to make my primary field choose the correct investor (either personal or corporate). Is there a way to make this work in something like this format:
IF(
{Company Name}!=BLANK(),
{Company Name})
ELSE(
{Last Name})
The first part of the string works, but I can’t get the second part to work. Any suggestions would be greatly appreciated.