Hi, I am new to Bubble so sorry if it seems obvious.
I am creating an instagram type clone for books. I have set up a function where users can click a message icon on a specific post. I have set it up to create a new chat which includes the current user and the current cell’s creator. I have created a separate chatportal page that I want to navigate the current user to. However, I can’t seem to figure out what data I need to send to the chat portal page, as I need the current cell’s creator and the current user.
I also want to set it up in such a way, that a new chat is only created when a chat does not already exist between the current user and the current post’s creator. In this case, I want to navigate the current user to the chatportal with the existing chat between them. I also can’t seem to figure out how to set this up.
Thanks for any help