Simple Memory (Session Key)

When i add simple memory i am unable to edit the session ID i get a red circle and the filed is uneditable. I have tried to delete and restart but it does not clear any help on how to resolve this.

2 Likes

HI @Michael_Duane

Change it from connected chat to define below.

if this post helps solve your issue, please mark it as the solution so others can benefit from it

Here’s a workflow with a custom id in the memory as well.

Hello @Michael_Duane,
Welcome!
I use to set function node and to create a Session ID for myself.

Use a Set or Function node upstream
Instead of editing directly in the Simple Memory node, you can create a custom session ID earlier in your flow and pass it as an input. For example:

{{ $json.email || $json.userId || $execution.id }}

Cheers

1 Like

Hi @Michael_Duane

Do either of these responses help you solve your issue? Or do you still need more help?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.