Hi Folks,
I have data in the columns highlighted in red below and i am trying to get to rename the columns and merge all the data in the new [Name_New] column created via dynamic rename. unfortunately i have had no joy with this expression:
IIF(CONTAINS([_CurrentField_],'Traveller Name'),'Name_New',[_CurrentField_])

Thanks!