Limiting 'Mark Read' button to being clicked just once before disappearing for that message permanently

Yes you’re right. I came across this interesting response by @sridharan.s on another post:

I have now changed my ‘visible’ statement to say: When Current User’s Journalist is “yes” and Parent group’s Conversation’s Mark read is “no” and conversation_window’s Conversation is not empty.

Essentially I’m waiting until the Conversation is not empty before displaying the button, and this seems to have solved the issue (I also tried 'Page loaded (entire) but that didn’t work).

1 Like