Publishing a catalog item from Item Designer shows the same value twice on the catalog fieldIssue The Service Catalog item designer enables non-administrators to create, maintain, and publish catalog items. It uses a structured design and publishing process to ensure consistency of usage.The issue is when publishing an item in sc_ic_item_staging table then it creates a catalog item but the catalog field on sc_cat_item table is displaying values twice: 1. Create a new Item designer item and populate mandatory fields.2. Click Next and Add a Task.3. Click Publish.4. Open the newly created catalog item. Two catalogs with the same name are added.CauseThe OOB business rule "Update item glidelist" updates the catalog field.A custom business rule is looping and cause the OOB business rule "Update item glidelist" to run twice.ResolutionThere are two approaches to resolve the issue.1. Disabling the custom business rule.2. Changing the logic of the custom business rule such that it does not loop.