Cheat Sheets/Power Apps/Split
Power Fx function

SplitPower Fx function reference

Break text into a table.

Syntax

powerfx
Split( Text, Separator )

Examples

powerfx
Split("a,b,c", ",")
Single-column table
powerfx
Split(txtTags.Text, ",")
powerfx
ForAll(Split("a;b;c", ";"), Trim(Value))

Common mistakes & gotchas

Related Power Fx functions

From Text

Used in these tutorials

← Back to the Power Apps (Power Fx) cheat sheet