Overview

The Date Block provides a date picker to select a specific date value that can be used in your workflow. The selected date is output in ISO string format.

Inputs

This block does not have any inputs.

Outputs

data
datetime

The selected date value in ISO string format.

Editor Settings

Date
datePicker

The date value to output. Uses a date picker interface to select a date.

Width
number
default:300

The width of the block in pixels.

Hidden
boolean
default:true

Whether the block is hidden in the block menu.

Example: Using a Date Block

  1. Add a Date Block to your flow
  2. Use the date picker to select your desired date
  3. Connect the data output to another block that accepts datetime values
  4. Run the flow. The selected date will be passed to the connected block.

Error Handling

The Date Block will throw an error if:

  • The selected date is invalid
  • The date cannot be converted to ISO string format

Ensure the selected date is valid to avoid errors in blocks consuming the date value.

FAQ

See Also