Hi there,
would be great to have a “Before Cancel” trigger in the App triggers to handle a custom app exit procedure, e.g. to do some more elaborate cleanup or other tasks which always have to be performed before the app of actually closing.
Right now we can only trigger actions on exit. But there is no way to interact with the operator before the app finally exits.
In our current use-case we would need to handle a data cleanup which potentially involves multiple records. Give the current limitation on the platform (missing batch update functionality) the only way to solve this seems to be to run a looper widget… but this requires the app to first jump to a step which takes care of this looking action. Right now it is not possible to adequately capture the Cancelation request by the operator, send the app to some other step and then finally trigger the cancelation.