Constants

Modified on Tue, 30 Jan, 2024 at 1:23 PM

Workflow constants are pre-saved values that you wish to reuse within your workflows. For example an API token or the URL to an external service. The constants are only accessible from the workflow from where they were created.


Creating a Constant

To create constants for your workflows follow these steps:

  1. Open your workflow where you are adding your constant.
  2. Select the Constants tab.
  3. Click Add New Constant.
  4. Enter a name and the value of your constant.


  5. Then click Save.

You can continue these steps to add as many constants as required. 


Using Constants

You can access the constants using the path option on the fields within the activities.


You can also access the constants within a script activity using the $.getConstant() function.


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article