Utbildning
Modul
Text manipulation in Power Automate for desktop - Training
Learn how to manipulate text and datetime values in Power Automate for desktop.
Den här webbläsaren stöds inte längre.
Uppgradera till Microsoft Edge och dra nytta av de senaste funktionerna och säkerhetsuppdateringarna, samt teknisk support.
Text.Repeat(text as nullable text, count as number) as nullable text
Returnerar ett textvärde som består av indatatexten text
upprepade count
gånger.
Upprepa texten "a" fem gånger.
Användning
Text.Repeat("a", 5)
Output
"aaaaa"
Upprepa texten "helloworld" tre gånger.
Användning
Text.Repeat("helloworld.", 3)
Output
"helloworld.helloworld.helloworld."
Utbildning
Modul
Text manipulation in Power Automate for desktop - Training
Learn how to manipulate text and datetime values in Power Automate for desktop.