Legacy Dev Forum Posts

 View Only

Sign Up

Problem with the function ToDisplayString

  • 1.  Problem with the function ToDisplayString

    Posted 06-05-2025 19:15

    jcastro | 2024-02-20 17:55:45 UTC | #1

    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.


    MelissaBailey | 2024-02-20 18:12:51 UTC | #2

    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.


    jcastro | 2024-02-20 18:24:44 UTC | #3

    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


    MelissaBailey | 2024-02-20 18:36:48 UTC | #4

    Divide by 1000 <stupid character limit>


    system | 2024-03-22 18:37:21 UTC | #5

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


    This post was migrated from the old Developer Forum.

    ref: 24761