Today's Schedule Processing:
The first schedule sheet is iterated row by row. For each patient record, a GraphQL search query looks up the patient on the
monday.com board by their unique identifier. A router then branches into two paths, an update path for existing records and a create path for new ones, implementing a full upsert pattern. Appointment date, time, provider, location, status, insurance, and source fields are written to the board. On completion, an Upload Complete status flag is set on each processed item, which serves as the downstream trigger for routing automation scenarios.