Hello, I use an API call in a backend workflow to collect data from an external service with a POST request. This call is triggered by a database event (new item in the table).
I realize that sometimes, several API requests are sent by Bubble instead of one (up to 5 requests). I can’t figure out if this is a bug or a configuration issue. In the logs, only one POST request is recorded.
Thanks