I want to create ability to calculate average pace (minutes per km), where the user inputs duration taken (hh:mm:ss) and disatnce (kilometers).
In sheets the calculation is straightforward, =time/distance. When I use this in Appsheet i get the following error
Column ‘VirtPAce (min/km)’ in Table ‘Runningcalclutlors_Schema’ of Column Type ‘Decimal’ has an invalid expression in the Formula field.‘=[Time]/[Pace (min/km)]’. Date arithmetic expression ([Time]/[Pace (min/km)]) has an invalid operator
Any suggestions how I can tidy this up to output the correct values?