I am trying to resize several columns in my workflow based on character length. I have managed to succeed using the below formula. However, when i attempt to save my flow I get this error even though my flow runs with no errors. All fields are V_String before and after the formula tool I am using. I tried using tonumber as well but in order to use PadRight the datatype has to be string. Any help would be greatly appreciated.
PadRight(ToString([Delivery]),25," ")
The error i get when i attempt to save.
