Hi
Howcome text to coloumns changes a empty cell to a null value?
i've attaches a sample workflow?
Hi @Hamder83
I'm not sure why, but it does. If this is an issue you can always change it back in a formula tool with something like
If isnull([Produkt Number]) then
""
Else
[Produkt Number]
Endif
Dan