Hi! I’m trying to make this chat app and have only specific messages displayed, what I imagine is that each “chat” has a unique “access” code.
Here is my code so far:
Note: This was apart of the color chat app on Thunkable.
So the page starts and loads the messages in a cloud variable
I’m attempting to filter the messages like this:
and here’s the code from the color chat app that sends a message (note: I added the code object and set it to 123456 (I’ll change this things working)) I’m trying to get the app to display only the messages with the code 123456
But Right now I see no messages and I’m unsure why?
I apologize for not being able to see all of my code, it was too big to fit on the screen. You can remix the app here!:
https://x.thunkable.com/copy/7f7ed120d6b531189d97e7b6dc26359e
I would appreciate any help or suggestions!