I am trying to replace comma in the field column with space to avoid issue with splitting into rows later in the workflow based on delimiter ","
Appreciate the support.
Hi @jmedidi
You can use formula
Replace([field],","," ")
If you are looking for more can you provide more info.
Thanks!!