Register/Attendance Tracker

Hi,
Does anyone know how I could do this or where to start?

Basically, it has a list of names, and there’s a dropdown saying present, absence, late, etc. and it saves.

Hello @everything1

A basic suggestion on how to start:

  • Build a form with inputs for the information and a button to create attendants
  • List attendants in a repeating group
  • In the rg rows have a button that opens a popup to edit the status of the attendant

Watch instructional videos! Builcamp.io by @gregoryjohn and Coaching No Code Apps by @romanmg

Best of luck with your app! :+1:

1 Like

Hi, @cmarchan

How would I save it?

Create a new thing… then what?

Assuming you created the data-type attendant in the database that has at least a text field for the name, an input A for the attendant’s name, and a button (call it “create”) :
Select the button “create”
In the properties box press “start workflow”
Choose the action “create a thing”
Choose attendant
Choose the field name and write the expression input A’s name value
Preview the app
Input a name
Press the button
Check in your database app data tab for that entry

@cmarchan
How would i make it submit many users at the same time?

Use a multidropdown input

image

Okay so I have my attendants in the choices space, I have a submit button now do I create a new thing then applicants then what do i do?

This topic was automatically closed after 70 days. New replies are no longer allowed.