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?