Hi,
I have a collection named 'notifications' with fields named 'InitialTime', 'DurationTime', and 'EndTime'.
I'm trying to find solution of update or delete a document after a certain period using a timer or delay for a ListView. However, I've already tried using a delay, but it didn't work as expected. where the timer resets and starts counting again each time a new document is added I need to set a delay or whatever for each document. Could you please help me resolve this?
note: I'm using query collection on the page, and generated dynamic children in a listview