Next Form Page not receiving full list output from previous node

Describe the problem/error/question

I have a very simple workflow to demonstrate my issue.

It initiates the form, calls a Code node to create a static list which is sent to the Next Form Page node.

In the Next Form Page node, I use {{ $json.code }} for the Dropdown List Option Expression.

When I run the workflow, the “Choose Item” dropdown only shows the first item of the three.

What is the error message (if any)?

No error is produced

Please share your workflow

Share the output returned by the last node

[
    {
        "Choose Item": 
        "Item 1",
        "submittedAt": 
        "2024-11-26T12:35:49.293-05:00",
        "formMode": 
        "test"
    }
]

Information on your n8n setup

  • n8n version: 1.68.0
  • Database (default: SQLite): unkown
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app):: npm install
  • Operating system: Linux clat-poc.artsci.tamu.edu 6.8.0-49-generic #49-Ubuntu SMP PREEMPT_DYNAMIC Mon Nov 4 02:06:24 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux