Legacy Dev Forum Posts

 View Only

Sign Up

Upper & Lower functions do not work

  • 1.  Upper & Lower functions do not work

    Posted 06-05-2025 19:12

    Vineet_Kakroo | 2022-08-25 11:05:52 UTC | #1

    Hello All, anyone else facing similar issue. Whenever I use Upper or Lower functions to convert text to upper/lower, it does not work and my flow crashes and call disconnects and as soon as I remove these functions, flow works. A simple example, variable X = "Hello" and using Upper(Task.X) fails and call disconnects, and same with Lower(Task.X). And the failure happen even if i use these functions in a Condition or Switch or UpdateData actions.

    I am hoping someone else may have had similar experience and may have a way around it. I will raise a support ticket anyway.

    Regards


    Kevin_Walsh | 2022-08-29 15:01:46 UTC | #2

    Hello,

    I've tried reproducing this issue and so far I've been unsuccessful. But I think you've taken the correct approach and opened a support ticket.

    Regards,

    Kevin


    MelissaBailey | 2022-08-29 16:40:16 UTC | #3

    Are you sure that Task.X has a value at the step you are using Upper/Lower/etc? In this example the update data in the no path will fail b/c Task.X does not have a value. You can check to see if a variable has a value using the IsSet or IsNotSetOrEmpty functions.


    Vineet_Kakroo | 2022-09-05 07:49:32 UTC | #4

    Hi Melissa/Kevin, Apologies for not replying earlier. I was away on a break.

    In my scenario, that data is coming from a Data Table and yes some of the fields can be blank. I am sure I tried to use the function to check isnotsetorempty but it still did not work. I will try it out again.

    Regards


    system | 2022-10-06 07:49:59 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: 16039