How can I reset a value after an hour?

Hi guys, i am making an application to call list in school, i have 3 states in column "ESTADO" : "PRESENTE", "TARDE", and "FALTO", as initial value it is always present, but I want to reset the values of "LATE" to "PRESENT" after 1 hour, how can I do this?

 

MateoM2_1-1692738292688.png

MateoM2_2-1692738320457.png

โ€ƒ

MateoM2_0-1692738254470.png

 

 

Sorry for my english.

 

Solved Solved
0 4 114
1 ACCEPTED SOLUTION

Ein Beispiel kann ich dir leider nicht zeigen, aber vielleicht hilft dir die folgende Ausfรผhrung weiter:

Nehmen wir an, um 08:00 Uhr wurde ein Anruf getรคtigt [timecolumn1] type: "Time", initial value: NOW() und [timecolumn2] type: "Time", App formula: [timecolumn1]+1. Das Ergebnis von [Zeitspalte 2] wรคre dann 09:00!

Wenn dann im Aktionsauslรถser unter "Nur wenn diese Bedingung wahr ist" der Ausdruck [time column2]>TIMENOW() ausgegeben wird, dann sollte die Aktion um 09:00 Uhr ausgelรถst werden und die entsprechende Spaltenzeile entsprechend der Aktionserstellung รคndern.

View solution in original post

4 REPLIES 4

Ja, mithilfe einer "Aktion", aber um die Spalte automatisch jede Stunde zu รคndern benรถtigt es noch 2 Spalten des Typs "Time".

could you show me an example?

Ein Beispiel kann ich dir leider nicht zeigen, aber vielleicht hilft dir die folgende Ausfรผhrung weiter:

Nehmen wir an, um 08:00 Uhr wurde ein Anruf getรคtigt [timecolumn1] type: "Time", initial value: NOW() und [timecolumn2] type: "Time", App formula: [timecolumn1]+1. Das Ergebnis von [Zeitspalte 2] wรคre dann 09:00!

Wenn dann im Aktionsauslรถser unter "Nur wenn diese Bedingung wahr ist" der Ausdruck [time column2]>TIMENOW() ausgegeben wird, dann sollte die Aktion um 09:00 Uhr ausgelรถst werden und die entsprechende Spaltenzeile entsprechend der Aktionserstellung รคndern.

For me it sounds like you sould like to do that automatically on the background, right? For doing that, you would need to do that with the scheduled bot that is triggered once in an hour.. or with the 60 minutes Wait condition.

Top Labels in this Space