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 }}
Save your workflow and test it to ensure the variables are applied correctly in your outputs.
Need help? Contact support.