Skip to main content
Version: 1.24

Regex Multiple Results

Parse multiple values at once from same Input

Parameter Reference

ParameterDescriptionSupports TokensDefault
InputCan contain form tokens (for example [Email]) and My Tokens.YesNone
Regex PatternProvide a rule to parse the Input expression (which can be a token that contains the value from another field or action) into new tokens.NoNone
Store CSV in tokenFormat matched results as csv. Can contain form tokens (for example [Email]) and My Tokens.YesNone
CSV Field SeparatorUse semicolon if you open CSV Files with Excel and your region Format is set to other than English (United States). Left unselected, defaults to comma.NoNone
Store JSON in tokenFormat matched results as json. Can contain form tokens (for example [Email]) and My Tokens.YesNone
Store xml in tokenFormat matched results as xml. Can contain form tokens (for example [Email]) and My Tokens.YesNone
Compile RegexCompiled Regex runs 30% faster when the pattern isn't changed but takes up more memory. Use it when the action is executed frequently without changes to the pattern.(Note: The first run which will also execute the compilation will be 3 times slower.)NoFalse