Skip to content

Memory

This node allows storing, modifying or retrieving variables in memory to be used between flows or executions.

Reads or writes a persistent variable accessible by all client flows.

FieldTypeDescription
actionSelectAction: get, set, update, delete
keyTextVariable key
dataTextValue to store (if applicable)
optionsTextAdditional control options (optional)
typeSelectData type: string, int, json, date…
persistentBooleanWhether to save persistently
  • help.es: Permite gestionar variables almacenandolas en memoria
  • help.en: Manage variables stored in memory accessible to all workflows