Identifying objects used from my object repository library

I need to programmatically identify which objects of a library as being used in an automation.

Example: I have a Library that has 20 objects and its being used in 100 automations. Each automation uses some or all the objects of this library. Is there a way of identifying which objects each automation is using? I was thinking that the XML files would contain this information, but I was not able to find it. Any ideas on how to solve this?

Select that element in the object repository, right click that element and select “Find References”

Then you should see all workflows and steps which are referencing this element. Double-click any of the references to open up that step.
image

1 Like

Thank you so much. I guess automating the steps you mention would be one way to go. Do you know a way of finding this reference without using studio? Like reading the project files.

Unfortunately no, I don’t.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.