"Hello everyone, I tried out the in-app notification feature, and it worked perfectly—thank you, @matthieu_chateau! However, I’m facing an issue: the user’s name is no longer being pulled to reference the linked conversation (which is my version of a project).
When a conversation is started, everything else functions as expected, except the connection between the conversation and the user. If I manually input the user name in the Conversations table, the link to the user is activated, and everything works correctly. Without this manual step, the rollup field in the Users table doesn’t count, which affects my notification indicator.
This seems to be solely related to the form/action button you use to create a message or a conversation.
What do you mean by “If I manually input the user name in the Conversations table”?
Is it done within a form? An add record action button?
Does this work in something else other than air table ? Like SupaBase for example. Air table is quite slow and small scale from my experience, it was the first data base I used but their 2 paid plans are limiting to 50k records per base or 125k and that piles up very fast if you have a bunch of users that are interacting daily with your platform
Using Supabase will lead to a very different setup.
Using Xano can be more intuitive to adapt it from the Airtable use case.
Not to mention that there are other ways to perform it.
If you know well your backend provider it’s always possible to take what I did to adapt it.