Barcode after scan

is it possible to open screen2 after scanning then going back to home screen then do scan again and it will open another screen which is screen3?

to click label1 to open scanner then after scanning it will open screen2 then go back to home screen then click label2 to open scanner then after scanning it will open screen3

is this possible?

im a student by the way and self learning this kodular please help me :pensive: :frowning_face:

Yes possible

Just use the logic

  1. first Scan

  2. After scan
    Call tinydb tag screen,
    If value =2
    Open Screen2
    Save tinydb value to Screen3
    Else
    Save tinydb value to Screen2

  3. Back press go to home , scan again

ok thank you i will try this to get the logic thank you thank you :smiley: