Enable a disappear effect for discussion board post/

Hi!

I am new to bubble. Am trying to figure out if it is possible to enable a disappear feature for users who post on the discussion board. The hope would be to have messages disappear after 36 hours or so. Is something like this possible?

d.

Hi there, @daymiansm… if I understand your post correctly, you should be able to achieve the desired result by adding a constraint to the repeating group’s search (assuming messages are things that are being displayed in a repeating group, of course) where the creation date of the message is greater than the current date/time minus 36 hours. That constraint would be constructed like this… Creation Date > Current date/time +(hours): -36.

Hope this helps.

Best…
Mike