Catalog UI policy action is not listing all variables available in the catalog item.Issue Given a catalog item with a number of variables only, no variable sets, the variables are not appearing in Catalog UI Policy actions. These should be available. Other catalog items in the instance may not be affected with the same issue.CauseThe variables associated with the catalog item may have non existent variable sets on their record. Though there is a sys_id on <variable_set> in the XML, the variable set actually doesn't exist. This causes Catalog UI Policies to exclude the variable from the selection. ResolutionThe variable set field has to be cleared on these variables. Normally, a variable should only be associated to a catalog item OR a variable set. Not both. To clear them: a) Open the record of the catalog item -> variable that has a not empty variable set field b) Export the XML c) Update the variable_set field to <variable_set/> to set it to null d) Import the XML Reload the variables list of the catalog item and filter with "Variable set is not empty". Ensure the updated variable is not included in this list.