diff --git a/SpeckleAutomateDotnetExample/AutomateFunction.cs b/SpeckleAutomateDotnetExample/AutomateFunction.cs index 4fb61f3..70221e0 100644 --- a/SpeckleAutomateDotnetExample/AutomateFunction.cs +++ b/SpeckleAutomateDotnetExample/AutomateFunction.cs @@ -223,6 +223,11 @@ static class AutomateFunction $"MODIFIED object: id( {o.Item1} ), type( {o.Item2} ), changed props:( {o.Item3} )" ) ); + + automationContext.AttachWarningToObjects( + MODIFIED, + modifiedList.Select(o => o.Item1).ToList() + ); } else {