Validation error for duplicates in Object libary

I am using an Ui libary in my project and I get an validation error that some elements are a duplicate in this libary. As far as I can see the element mentioned in the error is only once there. Is there any way to figure our what exactly is the issue or get more details to the error message?

error: “UI Object Duplication Error The Element Bet Slip defined in common.descriptors.1.0.15-alpha.1 is a duplicate of Element Bet Slip defined in common.descriptors.1.0.15-alpha.1”

Hi @sabine.klemenjak,

Check if the duplicate element exists in the same library version with different descriptors and remove/recreate it. Clean the project cache by deleting .local and .settings folders, then rebuild the library.

1 Like

Hi @sabine.klemenjak

Might be the bet slip is defined twice in your library or dependencies check all libraries use object repository to find duplicates make sure versions match and sync the repository to fix it.

For more:

If you found this helpful, feel free to mark it as the solution

1 Like

Found the issue. For some reason we had an additional entry in the mata data of the library which was not visible in the UiPath Studio UI. We deleted the wrong entries and now it works.

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