Using the calculation int((${arrival_time}-${dispatch_time}) div (1000*60)) to calculate the response time (in minutes).
Formula works in connect and app, but not in the web form.
Is there an alternate formula I can use to obtain this value, that will work in the app and in the web form?