It’s possible to validate your Australian postcodes using a regular expression.

  1. Drag and drop a Question and Answer node onto the canvas.
  2. Specify the type as “text”
  3. Under “Advanced Options” select “Regex”
  4. Copy and paste the regular expression below:
^(0[289][0-9]{2})|([123456789][0-9]{3})$

Make sure to click save, and then publish your decision tree before testing.