How to call external API everytime click the button

I have setup an external API in API connector, and also set a “click” button to trigger the API, but I realized, if I click the button, it doesn’t all the external API every time, instead just call once at the first click.
My question is how to make a new call to external API everytime I click the button.
(Please see the screenshot, the data id are the same)
Thank you!


You can use backend workflows to schedule the API on a list of IDs. Alternatively, if you want these calls to be made on the client-side and not via backend workflows, you can use the Looper plugin - Simple looper (workflow repeater) Plugin | Bubble - to loop or run a workflow multiple items. In this case, you can loop the workflow through all IDs

Let me know if this is helpful :slight_smile: