Hi,
I am trying to incorporate the following syntax in my workflow:
new column = replace ( old string from column , new string string from column)
But when I try to do this in a formula, it is overriding the target completely.
Replace('function group ', [Name], '') (space after function group is on purpose)
will get me :
"function group " in my column, where its should be IF "function group " exists make it null.
Can anyone help with this?