I am looking to rename multiple columns into the same formatting with the dynamic rename tool however I am stuck when combining different variations.
Example of column names input:
t0_bw_column1__c
t0_column2__c
__column3__
Output:
TT_column1
TT_column2
TT_column3
I am able to use the replace formula to perform part of what I need for example replacing "t0_bw_" to "TT_" however cannot workout how to combine all the criteria into one expression.
Thanks