Hello,
You could calculate this inside your Architect Flow (using Update Data block and an expression).
To get the current date/time, you can use the
GetCurrentDateTimeUtc() function.
To substract 10 minutes, you can use the AddMinutes() function.
This would look like this: AddMinutes(GetCurrentDateTimeUtc(), -10)
Regards,------------------------------
Jerome Saint-Marc
Genesys - Employees
------------------------------