- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 07:28 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 05:26 AM - edited 02-28-2024 05:30 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 05:26 AM - edited 02-28-2024 05:30 AM
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