Hi
I want to capitalize the first letter of the word which I'll be fetching dynamically from the Dataverse and I'm sending it through the send an email html code
below picture inside the body code next to Hi I want the name from Dataverse table first letter to be capital
Thank You
Hi @Nayana_MS ,
You can use below expression to capitalize the first letter and insert it in email where you want.
concat(first(toUpper(<'dynamic value form table'>)),substring(<'dynamic value form table'>,1,sub(length(<'dynamic value form table'>),1)))
Best regards,
Rimmon
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2