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
WarrenBelz
146,618
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,957
Most Valuable Professional