Missing Themes Post CloneIssue Experiencing issues with the Theme Builder UI being blank post clone due to incomplete configuration of the Clone Profile. The Theme Builder UI appears blank, and there is a discrepancy where the Themes table shows one count, but the visible records doesn't match, and it is not due to any business rule or security constraints.ReleaseAllCause1. The 'sys_ux_theme' table was excluded during the clone process, causing a discrepancy in the base sys_metadata table where only a few records matching sys_ux_theme were found, despite the table showing a larger count of records. 2. The exclusion of the table during cloning led to the loss of the Theme for the instance and the blank Theme Builder UI.Resolution1. Remove the exclusion of the 'sys_ux_theme' table from the clone configuration to ensure it is preserved during future clones. 2. Use the theme option in the clone request to preserve the theme of the target instance. 3. Re-clone the instance to resolve the discrepancy in the Themes table. 4. Verify that the Theme Builder UI renders correctly after the clone is completed.