Condition after scanning

hi there how do i set a condition after scanning ie

i’m executing a barcode scan and depending if the result is found in the datase

A = Succes - - update column with barcode value

if no code found

B= Display- - Error code not found - - prompt for rescan or manual entry.

for some reason you can set a condition before the scan which to me is completely useless!! why!?

but i see no branching after the scan in workflow

help would be appreciated

PS if someone is wondering i do not want the user to click another button after the scan is executed

thank you

Marc

If you use a server-side workflow (Manual or Webhook), you can add conditional branching anywhere in the flow.

1 Like

Thank you Darren. I will look upon that. i am from the era of C++ where you could add conditions practically anywhere so i am not to familiar with this syntax limitation. i am new at this so there is a lot absorb.