Hello All,
I have a code where I am trying to replace the space with '/' using RegEx but not getting desired output.
I wrote the code in dynamic input tool,
IF [_CurrentField_] = 'Name'
THEN 'Type'
ELSE 'Week of ' + Regex_Replace(Replace([_CurrentField_],'_', ' '),'^\d+\s','')
ENDIF
Image 1 is before running the workflow and Image 2 is after running the workflow where I want the date separated by '/'.
Image:1
Image: 2
Can anyone help me to do this.
Thank you