COVID-19 frequent testing tracking app

Hello. Would like to develop a simple app for tracking COVID-19 frequent testing to assist with OSHA ETS compliance. Applicable employees would be required to report test results weekly (no more than every 7 days). I have some experience with basic Appsheet use. Iโ€™m not sure how to make an app create a new task (row) for each week for each applicable employee. Thanks for any advice.

0 2 107
2 REPLIES 2

Aurelien
Google Developer Expert
Google Developer Expert

Hi @Justin_Gattuso

Welcome to the community !

You may want to use a bot.

From Behavior panel:

  • create an action : โ€œadd a new row to another table using values of this rowโ€, source table: employee, destination table: your task table.

From Automation panel:

  • Scheduled every week, based on employee table. Please tick the โ€œfor each row in this tableโ€ option.

  • Step: pick the โ€œrun a data actionโ€, then the action you just created above.

Here are some basics reference:

Thank you for the info. Iโ€™ll check it out and see if I can get it to work. Justin

Top Labels in this Space