Detect a keyboard event "enter" pressed

Hello,
In a page there’s a text field that I want populated with with numbers coming from a barcode reader which should be okay but what I want is to activate a certain workflow when the barcode reader finishes sending the characters and send a “return” key stroke.

I can’t seem to find a suitable event for this.

Thanks,
Amin

Hi @aminabudahab :wave:

Not sure if it would be best practice but perhaps you could have a workflow On change of the input with a pass through condition:

The pass through condition would be the length of the barcode you expect. That way, it would only trigger once the barcode reader finished populating the input.

In the example below, the API request will not be made because the length of the input is 7 but it it needs to be 8:

What do you think? Could that work for you?