I need to use a proper function to change the case of any field to proper (first letter capital rest small, but acs is not taking this function what can be done?
The code shared before, will do what you need with every word in the field, in this case I am targeting the "firstName". This is useful when you have names like "john lucas" -> "John Lucas", as the other functions I found out there only changed the first character ("John lucas").