Hello!
I accidentally created some objects of type MyObject
in the ontology layer. This type is backed by a dataset called source_info
. While configuring a Workshop module, I created actions that added new MyObject
instances. Now I can’t distinguish the added ones from the original data.
Is there a way to:
- Revert
MyObject
to pull only from the originalsource_info
dataset? - Identify and delete the newly added objects?
Thanks,
Jenny