Local Global parameters from an INI file.

Parameters:

Parameters:
The GetParametersFromFile action reads global parameters from one or more external configuration files and injects them into the pipeline's global context. This is especially useful for managing environment-specific settings or user-defined constants securely and flexibly.
This action supports both regular and transient parameters, including encrypted ones. You can load multiple config files with a defined order of precedence and configure fallback behavior when files are missing.
No table input is required. The action solely reads parameters from file(s).
Each file must follow this syntax:
| Setting | Default | Description |
|---|---|---|
| Always run before any other action | ✅ | Ensures the parameters are loaded regardless of pipeline order |
| Print global parameter values inside log | ✅ | Useful for debugging (avoid enabling in production for sensitive values) |
| Trim content of global parameters | ✅ | Removes leading/trailing whitespace from values |
