Skip to main content

Now

The Now step in Snappit returns the current date and time in the RFC3339 format. It is useful when workflows need to capture the exact time of execution or pass timestamps to downstream services.

Snappit Now Step


🧱 Purpose

To provide the current timestamp in a standard format that can be used for logging, tracking, or scheduling within workflows.


🧭 Behavior

  • Captures the current date and time at the moment of execution
  • Returns a timestamp string in RFC3339 format
  • Requires no input configuration
  • Output can be consumed by any downstream step

⚙️ Configuration

The Now step does not require any configuration.


✅ Use Cases

  • Timestamping records or events
  • Scheduling delays or triggers based on current time
  • Logging workflow execution times
  • Passing the current time into APIs or databases

The Now step adds time-awareness to Snappit workflows, enabling automation logic that reacts to or utilizes the current moment precisely.