Hey AT community,
I can’t figure out why this formula isn’t working – AT is telling me it’s an invalid formula:
CONCATENATE({Full Name copy}, IF(NOT({Full Name copy}), Org), " - $", {Received Amount}, " - ",DATETIME_FORMAT({Date Received}, “D/M/YYYY”))
I want the formula to be rname or org] - {$received amount} - date received
Ex. John Smith - $5,000 - 09/02/2022
Thank you!