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:
- Open your workflow where you are adding your constant.
- Select the Constants tab.
- Click Add New Constant.
- Enter a name and the value of your constant.
- 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
Feedback sent
We appreciate your effort and will try to fix the article