Multiple api calls when there should only be one

Hi,

I have some rest api calls implemented, each one is supposed to be called once.
Yet each is called 4 times in quick succession.
I know it is not my Supabase function as I call from SQL editor and it works perfectly.
It is only from WeWeb and I know for sure none of these calls are happening anywhere else.
The two calls are in a workflow triggered on page load.

Any ideas as to why this could be happening?

Thanks and hope you have a good holiday.

Regards,

BB

It’s very difficult to diagnose what the issue might be without a video, there are so many possibilities. :smile:

Okay thanks, I figured out a way to get this to work. :slight_smile: