Skip to main content
Nintex Community Menu Bar
Solved

Set Variable to Lowercase

  • April 16, 2025
  • 2 replies
  • 42 views

Forum|alt.badge.img+1

In our Nintex Automate workflow, use the Get Manager Details action to populate a variable with the manager’s email but the email has capitalization. How do we lowercase the value? The set variable value action doesn’t let you apply the function toLower. 

This is a problem because the generate document show one email all lowercase (context current user) and one with capitalization (get manager details).

Best answer by brent_read

Hi ​@BrianACE 

There’s a connector in the Nintex Gallery that includes a Convert String to Lowercase action along with several other useful actions that you can potentially use for this:  https://gallery.nintex.com/t/toolkit-for-nwc

2 replies

Forum|alt.badge.img+10
  • Nintex Employee
  • Answer
  • April 16, 2025

Hi ​@BrianACE 

There’s a connector in the Nintex Gallery that includes a Convert String to Lowercase action along with several other useful actions that you can potentially use for this:  https://gallery.nintex.com/t/toolkit-for-nwc


Forum|alt.badge.img+1
  • Author
  • April 16, 2025

Thanks. That worked. But it would be even better if there was a way to insert functions in a single action instead of requiring a custom built action for each function.