I’m working with a DateTime column called [FechaHoraFin], which should be the result of [FechaHoraInicio] (DateTime) plus [TiempoCapacitacion] (Decimal, representing minutes).
When I test with fixed minutes (for example adding + "000:15:00"), it works correctly.
The issue comes when I try to replace that fixed value with the variable [TiempoCapacitacion]: I can’t get AppSheet to interpret it as a duration and add it to the DateTime.