I’ve written a simple formula to meet 3 conditions in the board, and it works correctly:
IF(
AND(
{Activity Type} <> “Tour”,
{Activity Type} <> “Lecture”,
{Contact List}
),
“Create”,
“”
)
Can someone please help on how I can use the result that is given “Create” , to create a board out of template?
I can’t find any way to use that result and it’s frustrating.
Thank you for your help.