Refresh list in one page based on an action in another

Hi everyone,
How do we auto refresh a list when we click on an item in another page?
We have two chat screens. If one person selects an option to send a chat, the other person should be able to view this message (this is happening because of auto refresh with no visibility checks) but another list(msg options) which has a visibility check on it needs to be shown automatically when this action happens in the first screen.
How do we go about this?
We are adding a “temp” row to the collection populating this second list(msg options) on the action on the list in the first screen and yet the msg options list is not auto refreshing and populating. Is this because of the visibility condition not getting updated even though it gets satisfied after the action on the first screen?

Thanks,
Vivek

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.