Skip to main content
3 answers
  1. Apr 7, 2022, 6:12 PM

    Hello,

     

    What you need is a before save flow. Whenever a new record is created, you need to update the name field with a formula text variable inside of your flow.

     

    Your formula text variable should look like this:

     

    'CBA- ' + Record.Name

     

    Let me know if you have any questions.

0/9000