3 answers
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.