Help for saving chat history after reboot

hi, I have one problem, I have an application on bubble and I created a chat with artificial intelligence, but I can’t make it so that everything is saved after reloading the page and I have a history on my application and the button works there, I also want to somehow make it so that when I press this button, the message that I wrote recently appears and so that it is saved even after reloading the pages and so that everything works for me, so I’ll take screenshots and to explain more clearly the screenshots below and if anyone can help, please help with at least a little support, I will be very grateful :fist::slight_smile:


here is where the problem is, as you can see, I have a story here, and I wrote in the chat and it appeared and I can delete it at most and that’s it, but I want when I press this button to take me to the page that I wrote to this bot, how can I fix this element and do it?

so this is the main menu after reloading the page, and when I want to click on this one where the chat history is, and where it says “hi” I click on it but it doesn’t take me anywhere, it doesn’t transfer to the page that I recently wrote to this bot?

and I also have this problem, for some reason my text, the originals turn out like this with these ugly symbols, and how can this be fixed?

Thank you very much in advance if someone helps, I thank you for your attention and for your help and I am very pleased :blue_heart::wink:

are you using a repeating group for the saved chats? if so relate to the current cell when saved in your db. are you having a datatype that stores the written messages? or am i understanding your problem wrong?

Well, look, when I write to this bot, I get a message there in the stories, but the most I can do is delete it, and when I click on it, nothing happens, but in fact, it should transfer me to the page that I recently wrote to this bot, but this does not happen, and well, there is a group there for saving chats, and there is also a cell when saving, but still nothing works normally, well, I have a data type that should save the message in fact, maybe you know some way to solve this problem?

Create a thing in database and save the data. Then use a repeating group to display all the related data.

Add a workflow for this.

You are getting the response as a JSON file. Parse it to show only the content.

This topic was automatically closed after 70 days. New replies are no longer allowed.