I am going manage booking system using retool service.
I have one Form widget, and In Select, after choose item, if I click submit button, I want to send API request
But now when I choose item, even I didn't click Submit button, API request is sending automatically.
Hi @Lin,
Can you please send me your app's exported JSON file and I will take a look at it to see what the issue is. You can export it like this (click on the 3 dots next to your avatar) :
If so, it's likely reacting to the change of your 'select' value.
The fix for this should be changing its run behaviour to manual, unless you have a need for it to also run automatically.