Proper Case in Power Automate

Options

@Hallie Guiseppe

Don't need to use loop, use Select and formula.

9b5b42eeb1839ae5a46131922a9c52ce-huge-im

Select Propering action:
From: split(outputs('Compose_Name'), ' ')
Map: concat(toUpper(substring(item(), 0, 1)), if(equals(length(item()), 1), '', toLower(substring(item(), 1, sub(length(item()), 1)))))

Final join them back: join(body('Select_Propering'), ' ')

a45f23006a00cdb4f96be9e09cb6bc4a-huge-im
235700e840b164307b8dbd1f687ec6f4-huge-im
49f33f0999438b3e05759ae4994a5d57-huge-im

Comments

Categories