Forum Discussion
cstewart
7 years agoFormer Employee
If I were you, I would add a mapper before the REST POST, which adds a Date.now() field, and then after the execution pick up that value from the $original output from the POST, and subtract the value of another Date.now(). You should now have the length of time between the two.
- ed_tc7 years agoNew Contributor III
Great tip. Thank you. It will works for me