Dynamic

This is a special step that can be used to capture additional data fields.

The "Dynamic" property in "Steps" configuration is an array that allows the addition of multiple different instances of the dynamic step at any location in the flow.

Backend API Step Configuration

The following backend API configuration options under "Steps" influence this screen:

"Dynamic": [
  {
    "Enabled": false,
    "Order": 12,
    "TimesRepeatable": -1,
    "HighRiskRepeatCount": -1,
    "NestProcessID": "",
    "NestMicroflowName": "",
    "IntegrationMode": 0,
    "IntegrationEndpoint": "",
    "Title": "Dynamic Page",
    "Subtitle": "A dynamic page",
    "ButtonText": "Continue",
    "Fields": [
      {
        "ID": "Field1",
        "Order": 0,
        "Label": "Field 1",
        "Type": 0,
        "Required": true,
        "Pattern": "",
        "Minimum": "",
        "Maximum": ""
      }
    ]
  }
]

Please see the backend API step configuration section for more details on each property, and also the dynamic step properties section for details on how to properly configure a dynamic screen.