Dears,
would you be able to help me with the following intention?
I need to replace the string in column "value" with null and put this string into new neighbor column "other tools". Also in the next step I would need to split each word from the new column to the separate row. All steps are demonstrated below.
Could you just give me a hint which way to go?
Thank you a lot for your help :).
Solved! Go to Solution.
Please see below:
1- Regex replace to replace any number with null
2- Text to column to split column on to row based on ","
Attached the workflow,
Regards,
@KaMa you can use the formula building block to copy to the new column "Other Tool" and then use Null() within a if condition to do the needful for the "value" column. Hope this helps