How to Convert string to lowercase in workflow?

Pranitha07
Tera Contributor

Hi Everyone 

 

I'm Trying to convert string to lowercase in workflow but it is not happening. below is the snippet of script and error message , please help me with the solution

Pranitha07_0-1709047555730.pngPranitha07_1-1709047703709.png

 

 

1 ACCEPTED SOLUTION

Vaibhav_Nikam
Tera Guru

Hi @Pranitha07 
As seen in your code snippet, You need to modify the script in Line 5 as :

var newdevice = workflow. inputs.u_devicename.task.toString();

 

 


If my response finds helpful, please indicate its helpfulness by selecting Accept as Solution and Helpful.

Thanks,

Vaibhav Nikam

View solution in original post

1 REPLY 1

Vaibhav_Nikam
Tera Guru

Hi @Pranitha07 
As seen in your code snippet, You need to modify the script in Line 5 as :

var newdevice = workflow. inputs.u_devicename.task.toString();

 

 


If my response finds helpful, please indicate its helpfulness by selecting Accept as Solution and Helpful.

Thanks,

Vaibhav Nikam