how to check date difference in flow designer script action ?
here is the code for workflow "waiting for condition" - answer = gs.dateDiff(gs.nowDateTime(), current.variables.u_deactivation_date, true); bhut if i try the same code in flow designer script action as below - var now = new GlideDateTime(); ...
