Is it normal for the countdown to keep creating or updating a record disregarding the “sometimes” rules set in the create or update record? In my case it seems to respect only the filter within the list not while creating or updating a record.
Thanks
Hi @gio,
Should not be the case. Countdown executes action, and if the action is conditional, the condition should be met. Seems like a bug.
Best,
Victor.
Thanks Victor you are very kind to reply to our questions. I will be further testing it but this is what it does. What I am doing is quite complicated as I try to consolidate a list of items some of which are unique and some of which are the same but with different values and I want to have one single least with unique items with combined values for the ones who are listed few times. I saw your video on the unique companies and I need to do the same but adding the combined (accumulated) quantities. This is where I am stuck. All the best
@gio well, that’s complicated.Combining data from multiple records is always an issue in Adalo.
I’m afraid that countdowns in a list may not help here. The major issue is that you can’t really know when each countdown will launch its action. And if you’re updating one property with multiple countdowns, they may compete in writing to it, and the result is unpredictable.
I’m not sure if you’re using this approach - just sharing an experience.
Best,
Victor.
Maybe this is what is happening. I will test further. If you have any suggestion on how to solve this problem it would be great. My approach seems very complicated.
Thanks and regards
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.