Auto-mark item as “Delivered” when it becomes visible in a list (Is it possible?)

I want to automatically show a “Delivered” label when an item in a list becomes visible to the user. Not when they tap it, but simply when the list appears on screen.
Is there any way in Adalo to trigger a custom action or update the database when a list item becomes visible?

Hi @Yuki.O,

You can do it with the help of Countdown timer, works ok for smaller lists (~10-20 items).

Best,
Victor.

1 Like

Best solution. Thank you so much for your clever help, @Victor .

1 Like

Sorry one more question. Can the countdown timer start only when each list item actually becomes visible on the screen?

@Yuki.O countdown in a list item starts when this list item is displayed. So if it is initially invisible - countdown should not start.

1 Like

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