Skip to main content
seth
Expert ⭐️
February 26, 2018

Concat including plaintext

  • February 26, 2018
  • 3 replies
  • 39 views
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 )

    3 replies

    karl_rumelhart
    Expert ⭐️
    February 26, 2018
    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)
    bibin_kalarikkal_bahuleyan
    Contributor ⭐️⭐️
    February 27, 2018
    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.

     
    seth
    sethAuthor
    Expert ⭐️
    February 27, 2018
    Thanks, guys!
    AI Transformation @ Gainsight