diff --git a/api/core/app/app_config/easy_ui_based_app/variables/manager.py b/api/core/app/app_config/easy_ui_based_app/variables/manager.py index 1237da502b..3eb006b46e 100644 --- a/api/core/app/app_config/easy_ui_based_app/variables/manager.py +++ b/api/core/app/app_config/easy_ui_based_app/variables/manager.py @@ -34,6 +34,9 @@ class BasicVariablesConfigManager: typ = list(variable.keys())[0] if typ == 'external_data_tool': val = variable[typ] + if 'config' not in val: + continue + external_data_variables.append( ExternalDataVariableEntity( variable=val['variable'],