Double-click on the action to edit its properties.
Metadata tab
The Write Variables option ensures that the “Package Action” logs the variable values into the “Action vars before log file” before the action is executed and logs the updated variable values into the “Action vars after log file” after the action completes.
This option is typically used for debugging and is not recommended in a production environment.
It can be globally disabled through the
options dialog
.
Parameters tab
Actions come with four types of parameters: Static, Variable, EnvVariable and Calculation
The values for these parameters are calculated or assigned based on their type before the action is executed.
This approach simplifies the process compared to performing calculations directly within text boxes.\
Static parameter
A static parameter value can be updated directly or through the edit dialog.
Multiple edit dialogs are available, such as the File Select dialog, Connection Select dialog, Folder Select dialog and more.
Variable parameter
Variables are substituted with their actual values before the action is executed.
Multiple variables are supported.
The Variable Selection dialog is populated after the package is executed.
Double-click on the parameter to open the text editor.
Env Variable parameter
Environment Variables are key-value pairs used by an operating system and applications to store configuration settings, system information, and operational parameters. They provide a dynamic way to influence the behavior of processes and programs without modifying code.
Calculated parameter
Calculated parameters provide a powerful way to make workflows more intelligent, adaptable, and error-proof while reducing maintenance overhead and enhancing overall efficiency.
Examples of Calculated Parameters:
Generating file paths based on user IDs and timestamps.
Deriving API endpoints dynamically based on region or system state.
Using expressions to select different data sources or configurations.