Hello,
we have a backend workflow that uses Schedule API Workflow on a List. The list is a filtered set of message records, and the API workflow sends each message to an external API. This has been working reliably, but over the last few days we are seeing duplicate calls arriving at the external API – meaning the same message is being sent more than once.
There are no duplicate records in our Bubble database, so the issue does not seem to be with the data itself. Our current suspicion is that Bubble may be triggering the workflow more than once per item, but we are not sure how to confirm or debug this.
Has anyone experienced something similar, or does anyone have advice on how to trace where the duplicate calls originate? Or maybe a known Bug in Bubble?
Thanks