Data Blocks
Date Block
Select a date value for use in your workflow
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
The selected date value in ISO string format.
Editor Settings
The date value to output. Uses a date picker interface to select a date.
The width of the block in pixels.
Whether the block is hidden in the block menu.
Example: Using a Date Block
- Add a Date Block to your flow
- Use the date picker to select your desired date
- Connect the
data
output to another block that accepts datetime values - 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.