Get the time between certain messages

Pau Sanchez Updated by Pau Sanchez

A simple way to get the time of how long takes a user to go from one step in the flow to another, is using a system value called ${timestamp}, by capturing it once at the beginning and once at the end, and using Formulas to check the difference between both timestamps values:

First we capture the start variable (type Number)

Then, we do the same for the "end" variable:

And now, with a Formula, we check the difference:

Here is the Formula: Round(Subtract(@end,@start),1)

This is how the flow would look like:

How did we do?

Contact