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.
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:
Watch instructional videos! Builcamp.io by @gregoryjohn and Coaching No Code Apps by @romanmg
Best of luck with your app!
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?
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.