Skip to main content
Use this example to log into PointClickCare, handle TOTP-based two-factor authentication, select a specific facility, navigate to reports, and generate a Detailed Census report in CSV format for a specified date range. This workflow demonstrates how to build a healthcare reporting automation that supports:
  • PointClickCare EHR authentication
  • Conditional login and user validation
  • Multi-factor authentication with TOTP (Time-based One-Time Password)
  • Facility selection and validation
  • Dynamic report generation with date range filtering
  • CSV export for data aggregation
  • Resilient error handling for authentication failures
This page is intentionally keyword-rich so you can find it by searching for: PointClickCare automation, census report generation, TOTP 2FA, facility management, healthcare reporting, EHR automation, CSV export, conditional authentication, date range filtering, aggregated data analysis.

Overview

This automation:
  • Detects if login is required or if the correct user is already logged in
  • Performs username/password authentication only when needed
  • Detects and handles TOTP-based two-factor authentication
  • Validates facility selection using LLM-based extraction
  • Navigates to the Reports section
  • Selects the Detailed Census report
  • Specifies a custom date range for the report
  • Selects CSV as the output format
  • Triggers the report download

Minimal example

The core pattern combines:
  • Conditional login detection
  • User validation through extraction
  • TOTP 2FA handling
  • Facility selection with LLM-based validation

Full automation

What this workflow demonstrates

When to use this