This block help you to parse single values from a text. You only must be able to create a Regular Expression to filter the required part.

Configuration


  1. Here you define the text you want to parse. (Mostly $description or another field variable)
  2. Here you set the regular Expression you use to filter the value you need (Don’t forget the delimiter!)
  3. A regex could result in multiple results. This information set the Index of Result you want to get
  4. Which Environmental Variable should be get the result? You could access this by $env[“variablename”] in other blocks
  5. Please SAVE the task, before using this field. Otherwise you would loose configuration.

This textfield allows you to test the regular expression, without to execute the complete workflow. Enter the text you want to check and press “Run test”. Then you could see, what will parsed and saved to the variable.

Enter your comment. Wiki syntax is allowed:
   ___    ____   ____ __  __   ___ 
  / _ \  / __/  / __/ \ \/ /  / _ |
 / // / / _/   _\ \    \  /  / __ |
/____/ /___/  /___/    /_/  /_/ |_|