Calculate the minute duration between two datetime columns

Hi Guys

What expression would I use to calculate the minute duration between two datetime columns in AppSheet, using the bottom example

 

Skip2MiLu_0-1677364441093.png

 

0 1 69
1 REPLY 1

Did you try TOTALMINUTES? I've not used that function, but assume you could do the following.

TOTALMINUTES([Ended] - [Started])

 

Top Labels in this Space