📢 Two New Updates: Timezone & Current Date Variables & Secure Code Task Handling

Two powerful updates just landed to help make your workflows more secure and timezone-smart!

:three_o_clock: New Date & Timezone Variables
Debugging time zone issues? We’ve got you covered.
You can now access these variables:

Workflow timezone variables

  • workflow run created date {run.created_date.time_zone}}
  • task due date {{task.due_date.time_zone}}
  • workflow run due date {{run.due_date.time_zone}}
  • date field timezone {{form.date_field.time_zone}}

Global variables

  • current time {{current_time}}
  • current timezone {{current_time.time_zone}}

This makes it easier to track what time zone your runs and tasks are operating in; super helpful for scheduling and automation consistency.


:locked: Code Task Hidden Values
Keep sensitive info like API keys, tokens, or credentials safe by hiding them in Code Tasks by default.

  • Hidden values = fewer leaks in screenshots or recordings
  • Still fully usable in your code
  • Just toggle the :magnifying_glass_tilted_left: eye icon if you need to view them

Cleaner, safer automations all around. :raising_hands:

Learn more about Code Tasks

1 Like