baptisteArno / typebot.io

💬 Typebot is a powerful chatbot builder that you can self-host.
https://typebot.io
Other
7.67k stars 2.14k forks source link

Shared Global Variable #1337

Open stgcompany opened 8 months ago

stgcompany commented 8 months ago

I think would be useful having the ability to store a variable as long term memory. For example making an iteration on a integer for every time a new session opens.

I personally tend to use it to alternately balance between the available attendants.

baptisteArno commented 8 months ago

Where would that variable be displayed then? In the results table?

eduardochaves1 commented 7 months ago

In the results table?

I guess so. I solved my problem using my mongodb database for that purpuse.