Skip to main content
In a Bionic Rule, I want to concatenate a CTA Name with a Task Name.

However, the ideal result is not:
"CTA NameTask Name"

I want:
"CTA Name: Task Name"

However, it seems that I can't create a formula of:
concat( Call to Action Name, ": ", Task Name )
You are right that this doesn't work easily, Seth.  But try this: add multiple fields to create multiple 'slots' for the Concat and then go back and edit them by typing in the fixed text you want.  Note that you don't need a separate slot for the colon.  You just have 
Concat(Call to Action: , Task Name)
Hi Seth,

This is straight forward to implement.
1. Select call to action field.
2.Enter the value(which is    :<space>   in your case), and then click on Enter/tab/Right arrow.
3. Now select task name field.

And every formula supports enter/tab/right arrow for navigation.

 
Thanks, guys!