Hello,
I am using an external service to fetch data into an RG, One of the parameters is the name of the row which is filtered by an input element I put on a screen.
Now, whenever I change one character of the input the API is called again instead of waiting for the current typing to finish resulting in multiple API calls for every single input.
Does anyone know a solution for this that does not require triggering a workflow?
Maybe some input that recognizes when typing is done and only then publishes a value?
Best,
Tomer