How to convert monday.com item name to uppercase automatically

Hi,

I’m trying to convert the project names in my monday.com group. The items are created automatically though a jotform submission that fills out all the column values. I’m not sure how to go about changing the project names to uppercase text. Any advice would be very much appreciated.

Hi @BHDS ,

Welcome to Make Community!
Unfortunately, we can’t do this on Monday.com. However, we can do this on Make.com.
Please check the image below. “Use the Create an item: Monday” module to map the project name to the required field and use the “Staircase” function to capitalize the first letter of the word.


Regards,
Msquare Automation - Gold Partner of Make

Free Consultation
| Live Implementation

Visit us here
| Youtube Channel

thank you so much for replying so quickly, however I want all of the text to be uppercase, not just the first letter. Is this possible?

yes, in that case just use the upper() formula in your text functions tab

@BHDS Hey

  • for converting all into uppercase
    upper 2

  • for just first letter upper case
    upper

  • for capitalize
    capatalize

2 Likes

Hi @BHDS ,

Yes, you can simply use the “upper” function.

Thank you all for all of your help, I have added the upper( ) function and it worked perfectly. :grinning:

2 Likes

No problem, glad I was able to help

1 Like