Can I reset multiple rows with the Explorer plan?

Here’s an explanation of the concept.

Here’s a current working demo app that can be copied since my apps were all classic apps that were deprecated.

Here is the most recent conversation regarding this topic.

If done correctly, this can work with any type of values and not just booleans. Is truly is a lot of smoke and mirrors at the end of the day, but works well once everything is configured properly. I use it in a handful of my apps. I used to have a shopping cart concept app that allowed the cart to be easily “emptied” just by changing a parent cart ID. I currently use it for a project that tracks about 80+ steps that I need to perform where each step records a status and in some cases a date as well. One click of a button changes the parent ID which causes all steps to appear to be reset. In reality they aren’t actually reset, but if the ID stored in the child items differs from the parent item, then the values are reset only when navigating to that item detail screen. In some cases I also use custom AI components to handle the clearing of values once the IDs no longer match.

It’s hard to explain in detail, but the trick is in the use of a parent ID as well as actions and workflows that compare the parent ID to each item that stores a copy of that ID and sets or clears other values accordingly.

This functionality works on all plans.

3 Likes