Please enable JavaScript.
Coggle requires JavaScript to display documents.
LR Single Check Maker (start (%globalReminderJson=null ($SYS.GET (https…
LR Single Check Maker
start
%globalReminderJson=null
$SYS.GET
https://sheets.googleapis.com/v4/spreadsheets/1vtUDJRcw65gRd41Lm9cqIUHXuvjvtVXlY9VDCGpwj9o/values/A2:E1000?key=AIzaSyDT-llrBNOxLEyF-0bWvXl_9-fnKrRHjmo
$.values %globalReminderJson each(%part)
next
%timeOfTriger=$[0] %part
?timeOfTriger=%time
%idInTable=$[1] %part
1 more item...
exit
%remindCheck=$.values[0] %remind
?remindCheck
$.values %remind each(%part)
2 more items...
else
#
ANSWER
%globalReminderJson
%timeOfTriger=null
%time=%sys.timestamp
calc
%time=%time/60
calc
%time=round(%time,0)
calc
%time=%time*60
%remind={"values":[]}
%later=null