Notify user when all items are checked in a list

I have a list with some items. When I click them they appear on another screen as “Finished tasks”. For my application the user need to edit the task and complement the info. I want to be able to send a push / notification to the user that says “Dont forget to edit the finished tasks” or something like that, when all tasks are completed and list is empty. Is that possible?

when task <= 0

Perhaps the custom action?

You could probably use a conditional action to send the push notification only when the task are all completed.

I havent found Conditionals. Where can i find that?

here’s a help article on that: Conditional Actions - Adalo Resources

1 Like