diff --git a/visual_workflow_builder/backend/api_v3/execute.py b/visual_workflow_builder/backend/api_v3/execute.py index e20f8c328..9fd1a2ed8 100644 --- a/visual_workflow_builder/backend/api_v3/execute.py +++ b/visual_workflow_builder/backend/api_v3/execute.py @@ -884,7 +884,7 @@ def execute_action(action_type: str, params: dict) -> dict: 'clicked_at': {'x': x, 'y': y}, 'mode': execution_mode, 'confidence': confidence, - 'method': result.get('method', 'template') + 'method': method_used } } else: