Please help me with this project

Hi

I am new to AppSheet. I would like to ask for help with my project.

I'd like to make a blank sheet that has:

timeeggtimeractivetime remaining

 

it will collect data from AppSheet from this menu:

BDB5B9B3-6231-40E0-8CA2-8BD578993BEF.png

if the icon is tapped; it will create a data with fixed timer for 60 minutes to hatch, like:

timeeggtimeractivetime remaining
11:00 amegg660yes46
11:14 amegg360yes60
 

every egg timer remaining 10 minutes, will automatically remind the farmer that the egg will be going to hatch.

C8E1C904-9B55-494B-A2C2-C656F6FE8E15.png

the farmer can decide to extend the hatching time for 30 minutes or 60 minutes or not to.

5586945D-9403-4778-A65D-0DDCCAD1459D.png

if the farmer chose to extend for 30 or 60 minutes, the data will be shown as:

timeeggtimeractivetime remaining
11:00 amegg660+30yes46
11:14 amegg360+60yes60

however, if the time runs out it will stop there.

but, when another egg came in with the same number as earlier, it will create another data with another option to extend or not.

timeeggtimeractivetime remaining
11:00 amegg 660+30no0
11:14 amegg 360+60yes46
12:46 pmegg 660yes60

It would create a new blank datasheet for everyday

also, i would like to change its color to green when it is active, yellow it only has 10 minutes left, then red

 

33050DCD-3B99-4FD8-A51D-FB71B53EB88A.png

when the farmer notice the red. The farmer can tap the red button to reset it to black.

B39B3504-D840-42B4-838A-7EAA0BD07856.png

I think this simple application will be useful for many applications that could help many people. 

0 2 125
2 REPLIES 2

 

Welcome to the community!

AppSheet does not have a countdown timer capability, and being-data driven, it might not be the best tool to accomplish what you want to do. But in any case, here's a smart solution that could help, please read this tip:

Countdown timer in sample app - Google Cloud Community  

And have a look at this sample app that you can copy: Timer

Thanks to @Kirk_Masden 

As indicated by @Joseph_Seddik , AppSheet doesn't support "countdown timer" type functionality.  This would require processes that check conditions even when a user is not using the app.

AppSheet is user action based - meaning that it can only (well...mostly) check conditions only when a user is actively using an app.

There is one exception - Scheduled Automation.  These processes will run at a predetermined automatic schedule.  The minimum interval is Daily.  You can setup processes that run every hour - one for each hour you wish to check - which is a suitable workaround.   

To achieve YOUR timer goal you would need many, MANY more processes.  Moreover, the processes DO NOT always run precisely at the scheduled times depending on processing bandwidth being used.  They can be widely inaccurate. 

For these reasons, AppSheet is not a suitable tool for your requirement of being able to notify down to 10 minute intervals.

Top Labels in this Space