I am using a barcode scanner in my app and I've seen that whether the result is satisfactory and if is not Appery execute actions in Success.
Is it possible to do something like the following?
SUCCESS: [1. Run Javascript] [2. Mapping]
Javascript:
if (data.cancelled) {//STOP SUCCESS ACTIONS}
Thanks