function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
TAPSFDCYYCTAPSFDCYYC 

Auto Text Formatting?

We would like to Lookup a Record (Account Name) and present that in a text box during a flow procedure.  Most times the account name is in lower or upper case.  We would like the flow to populate the account name with a capital letter (beginning of the word) on each word and lower case characters for the remainder of the word.  So, the account name input would be "joe's auto body inc" or "JOE'S AUTO BODY INC" and our desired outcome as a populated text box is "Joe's Auto Body Inc".  Additionally, for the website input field we would like that one to be all lower case characters.  Can the flow process do this?

 

Thanks

TP

RajaramRajaram

The only way to achieve this would be have a apex plugin which essentially provides this abilitu as a "service" and can be used anywhere in a flow.

Something I can try to add to the sample pack perhaps! lemme think about it...