Publicado Tue, 20 Jul 2021 17:03:58 GMT por Michael Weingand Professional Services Manager
Hi Folks,

Do any of you know of a quick way (possibly through workflow) to change Index Values that are in all Upper Case to Proper?? (First letter of each Word is Cap)
Publicado Wed, 21 Jul 2021 09:12:31 GMT por Fabian Kall - left 01.22
Do You have workflows available?
In that case, use the StrConv VBA function in an arithmetic expression with the appropriate param from the VbStrConv enum:

https://docs.microsoft.com/en-us/dotnet/api/microsoft.visualbasic.strings.strconv?redirectedfrom=MSDN&view=net-5.0#Microsoft_VisualBasic_Strings_StrConv_System_String_Microsoft_VisualBasic_VbStrConv_System_Int32_

https://docs.microsoft.com/en-us/dotnet/api/microsoft.visualbasic.vbstrconv?view=net-5.0

You must be signed in to post in this forum.