Extract from existing variable
Extract variables from an existing variable value using a regex. The full match will be put in the 'To variable' variable, and any extra capture groups will be put into their own variables prefixed with the 'To variable' name.
Parameters
- From variable (text)
- To variable (text)
- Regex (text)