create_variable
Create a new variable in n8n to store reusable values accessed via {{ $vars.key }} in workflows. Requires a unique key with letters, numbers, and underscores.
Instructions
Buat variable baru di n8n (fitur Enterprise).
Variable bisa diakses di workflow via ekspresi {{ $vars.NAMA_VAR }}.
Kunci harus unik dan hanya boleh berisi huruf, angka, dan underscore.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Kunci variable (huruf, angka, underscore; unik di seluruh instance) | |
| value | Yes | Nilai variable (selalu string) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||