Binding an input to an API call/workflow trigger

I am wanting to bind an input to an api call to essentially mimic the autobinding feature of bubble. however, every keystroke results in an api call being made to the backend to update a record. this will lead to a lot of api calls that are unecesssary.

How would i trigger a workflow only after someone has unfocused from an input OR has not typed for a short period. Is this even somethiing i need to worry about?

would love to see a 50ms timeout here. maybe this is just something i need to custom code for now?

Maybe the debounce setting can be useful.


image


@dorilama for the win! thanks dude!

1 Like

And a blur event is also on the way, will keep you updated :slight_smile:

1 Like