Skip to main content
All CollectionsTactiq Workflows
How to add meeting date and meeting time as variables into your workflow
How to add meeting date and meeting time as variables into your workflow

Learn how to include meeting date and time variables in your Tactiq workflows.

Rielee Velasco avatar
Written by Rielee Velasco
Updated over a month ago

When setting up workflows in Tactiq, adding meeting date and time variables ensures your outputs are detailed and properly contextualized.

These variables can be used in various integrations or to create dynamic templates, helping you maintain accurate and organized data.

How to add meeting date and time variables

  • Go to the Tactiq dashboard and navigate to My Workflows. You can choose to either create a new workflow or edit an existing one.

  • When building or editing your workflow, select a step that allows you to add variables, such as sharing to an integration, composing text, or setting a condition.

  • Use the available variables to include meeting details:

    • Start date: {{ meeting.date | date: "A, %b %d, %y" }

    • Start time: { meeting.date | date: "%H:%M" }

    • Meeting ending time in ISO format: {{ meeting.dateFinished }}

Workflow builder page in Tactiq displaying variable options for meeting date and time, including start date, start time, and meeting end time in ISO format.
  • Save your workflow and test it to ensure the variables are applied correctly in your outputs.


Need help? Contact support.

Did this answer your question?