Barcode Scanning

Hey All!
i've been working on a project were i need to scan a barcode and if the barcode wasn't scanned i want a question appear: (why you didn't scan barcode)
i tried to put ${barcode}='' on relevant but still didn't work and nothing else is working
could anyone help

Hi @Khaled_Altaher

please try this out: barcode.xlsx (5.9 KB)

1 Like

Hi @Grzesiek2010
it worked!
thank you very much

As Grzeslek2010 pointed out, you need to reference the question name (ie id), not the type, in your relevant expression. BTW, the null isnt strictly necessary; ${q1}='' should also work, as you originally had.

1 Like