Overview
This node loads and injects variables defined in a JSON configuration stored in a credential called Config Loader Auth. It merges these variables into the existing JSON data of each input item. This is useful for dynamically adding configuration or environment variables to workflow data without hardcoding them.
Use Case Examples
- Injecting API keys or environment-specific settings into workflow data.
- Loading configuration parameters from a secure JSON credential to be used downstream in the workflow.
Output
JSON
json- The merged JSON object containing original input data combined with variables loaded from the Config Loader JSON credential
Dependencies
- Requires a credential named Config Loader Auth containing a JSON string with configuration variables.
Troubleshooting
- If the JSON in the Config Loader Auth credential is invalid, the node will throw an error 'Invalid Config Loader JSON'. Ensure the JSON is correctly formatted.
- If the credential is missing or not configured, the node will fail to retrieve configuration variables.