Skip to main content

Weather Dashboard Workflow

This workflow creates a real-time weather dashboard using the weather API and AI analysis.

Weather Dashboard Workflow


Steps

  1. Provide Input: The workflow starts with a Data Source node that supplies the prompt: "What is the weather like now in New York?"
  2. Augment with Time: A single AI Data Processing node uses the Date/Time Now Tool to add current date and time context to the request.
  3. Fetch Weather Data: The same AI Data Processing node also calls the Fetch Weather Data Tool to retrieve current weather details, then formats the combined output.
  4. Display Result: The Data Flow Spy node displays the final weather information including temperature, conditions, humidity, and wind speed.