Build Array

Hi N8n Fans,

to build a translation table, iw ould have some arrays to use it for that. How can i solve it with N8n ? Like “12”,“34”,“56” and then call it with [0], [1] …

Any idea ?

Thanks,
Stefan

Hi @Stefan, you can use the usual JS array syntax inside an expression to define an array. Check out this example workflow:

Hope this helps!