Running: test-customized-blocks

Running

Runs the last-saved version of the flow โ€” unsaved canvas changes are not included.

MachMeds

Please Take Our Guided Wellness Quiz

What are your wellness goals?

List Problem Areas

What are you hoping to achieve?

Execution trace

  1. 1. ๐Ÿงฉ Event Trigger (Page Visit) Continue auto
  2. 2. ๐Ÿ“‹ Get Questionnaire 1 Found auto
    Produced data
    {
      "questionnaire": {
        "id": "qa-001",
        "label": "Onboarding intake",
        "questions": [
          {
            "id": "q_name",
            "prompt": "What is your name?",
            "widget": "text"
          },
          {
            "id": "q_insured",
            "prompt": "Do you have insurance?",
            "widget": "boolean"
          }
        ]
      }
    }
  3. 3. ๐Ÿ“‹ Get Questionnaire 2 Found auto
    Produced data
    {
      "questionnaire": {
        "id": "qa-002",
        "label": "Allergy intake",
        "questions": [
          {
            "id": "q_food",
            "prompt": "Any food allergies?",
            "widget": "textarea"
          },
          {
            "id": "q_drug",
            "prompt": "Any drug allergies?",
            "widget": "textarea"
          }
        ]
      }
    }