Hi everyone,
I’m working on a mobile Retool app for inventory management, and I’m trying to automatically assign the scanned barcode value to the codigo_de_barras
field of the item being edited.
Here's what I need:
- When the barcode scanner on the
editItemScreen
is used, - I want the result (i.e.
scanner1.data
or equivalent) to be assigned directly to thecodigo_de_barras
value of the current item.
I already have the scanner configured and working — it captures and navigates properly. But I can't figure out how to bind or set the scanned value into the codigo_de_barras
input field on that screen.
Any ideas on the best way to do this in Retool Mobile?
Thanks in advance!
Inventario Farmasi.json (73.3 KB)