How to Calculate Elapsed time

Hi all,

I have Captured the Start time and End Time Using the Sysdate In a table.

But Now I want to calculate the Elapsed time from the Start and End time and Update the Time take in a Separate Column in the DB.

How can I Perform this Task Can you suggest any Idea regarding this.

Regards,
Santhosh

Hi!

What your are looking for is the DateTime module found in Flow Script. Read all about it here : https://help.novacuraflow.com/development/flowscript/functions/date-functions

Br