Hi!
I need to track attendance for different cohorts put on throughout the year. Each cohort has multiple sessions and multiple attendees. When attendees are linked to a cohort, I would like to automatically create attendance records for every session linked to that cohort. Attendance statuses will be updated manually later. I am having trouble setting up the looping automation. I have never set one up before and I am getting stuck. Any help pointing me in the right direction is greatly appreciated!
My base has the following tables:
TABLE: Cohorts
Fields:
- Cohort Name (primary field)
- Attendees (linked to attendee table)
- Sessions (linked to Cohort Sessions table)
- Session Record IDs (lookup field pulling Record ID from linked Sessions)
TABLE: Cohort Sessions
Fields:
- Session Name (primary field)
- Linked Cohort (linked to Cohorts table)
- Record ID (formula field)
TABLE: Cohort Attendance
Fields:
- Attendance Record (primary field formula)
- Leader (linked to Leaders table)
- Session (linked to Cohort Sessions table)
- Cohort (linked to Cohorts table)
- Attendance Status (single select)
My workflow would ideally look like this -
- Create cohort
- Create sessions and link them to cohort (*possibly have the sessions be automatically updated when the cohort is created. we typically have 6 sessions)
- Add attendees to cohort
- Automation creates ALL attendance records automatically
- After sessions conclude, manually update attendance status



