Problem with the function ToDisplayString

Hello

Iam trying to use the function ToDisplayString, but I am having the error, "'ToDisplayString' at position 1 : The implementation that takes parameters of Currency and Integer is not valid for use in a flow of type Inbound Call Flow."

I have tried with different type of values but alway show the same error. I already tried setting the language but the error still occurs.

It means exactly what it says, you can't use that function in inbound call flows. Use ToString and string manipulation to get the value to display how you want.

Thanks for the answer. I missread the flow types that the function work with.
Do you know if there is any function that can format a number to formated with its decimal separators. For example "101234" change it to "101.234", so it is easier to read for an user

Divide by 1000

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.