In Workshop, can I get only the object created by an Action and not the log Object?

In Workshop, I trigger an Action that creates one Object Instance, and this also creates one Log object instance.

As there is an option in Workshop to populate an object set with what the action created, I get an object set with the two above objects instances, so mixing up 2 objects types.

I only want to have an object set with the “real” object that was created and not the log object - How can I get it ?

One solution I can see is to filter this “mixed” object set to only the object type you want.
A way to do that is to perform an intersection with the set of all objects instance of the object type you want.

Note: You might need to setup auto-refresh so that the new objects are getting populated as well (are included in the other side of the set).