05b06d64a4
The flow-array-names datalist (used by the export-CSV node columns and the legacy accumulate/clear nodes) was sourced only from array names already referenced by other nodes, so a freshly declared array local would not appear as an autocomplete suggestion until it was typed somewhere. Seed the datalist with declared array statevars first, then node-referenced names. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>