I have a workflow where I want to get the length of a string (Eg: TE00000284) to use it in further cases.
I tried using fn_Length(TE00000284) in 'Convert Value' Action and tried to store the length in number variable and
TE00000284 has been passed in single line text variable.
But, unfortunately it's throwing an error stating
"Error parsing value. Value 'fn_Length(TE00000284)' is not compatible with the selected output variable type Number (double)."
Please help me with the error...