How To Use The Split Expression In Power Automate

preview_player
Показать описание
The split expression in Power Automate is a function that allows you to divide a string into an array of substrings based on a specified delimiter.

🟦 Master Power Automate and earn the prestigious Professional Certification

👇 More Power Automate Tips In Under 60 Seconds

🎓 Explore Our Library Of Microsoft 365 Courses & Workshops

🔗Connect With The Collab365 Community

In this tutorial, you will learn how to use the split expression in a flow, and see some examples of how it can help you manipulate data and perform various tasks. You will also learn the syntax and parameters of the split expression, and how to combine it with other expressions and conditions. By the end of this video, you will be able to use the split expression in Power Automate to create more efficient and powerful flows.
Рекомендации по теме
Комментарии
Автор

straight forward, easy and well explained! Thanks

hosseinad
Автор

Hi, this is ok for the happy day scenario. How can you split a string, for example : "red; green; blue" semi-column as the separator, and also trim the items (remove leading and trailing spaces)?

DannyMaes
Автор

What sort of variable/expression could I use to take a Microsoft Multi-Answer Choice that writes to a SharePoint list and instead of the data values looking like this...

Patient Ages Seen: ["Newborns (0-28 days)", "Children (ages 3-11)", "Adolescents (ages 12-18)", "Adults"]

Make it look like this below....

Patient Ages Seen:

Newborns (0-28 days)
Children (ages 3-11)
Adolescents (ages 12-18)
Adults

topfuel
Автор

Useless. If this was intended for the 'newbie' PA user, you failed miserably. You do not explain how to get the input variable so we're forced to test all types of operations under the Variable connector until we find the one that 'looks' like what you have on your demo. Only then can we create the split() array... Ugh.

GetSupt