Auto label for visual task boards does not work after NewYork upgradeIssue If business rules are used to auto label the vtb_card records based on the conditions, the labels no longer show after upgrade in Visual task board but the actual vtb_card record updates correctly with the label value(true/false) [The labels are named as label_1, label_2 etc] ReleaseNewYorkCauseIn NewYork we have changed the label functionality on Visual Task Boards and instead of the maximum limit of 7 that was supported in Madrid, unlimited number of labels for visual task board cards labels can be added. https://community.servicenow.com/community?id=community_article&sys_id=3a323a581b7fb348d01143f6fe4bcb70 So label_1, label_2 etc can no longer be used to script the requirement of updating labels using business rulesResolutionTo be able to automatically assign the labels, vtb_board_label and label_entry tables have to be used now which holds the relationship between the card and the label. Below is the link to the community post that contains more detailed information and suggestions regarding configuring this and also links to other related visual task board articles https://community.servicenow.com/community?id=community_article&sys_id=3a323a581b7fb348d01143f6fe4bcb70 Please note that creating the business rules would be customization and the above community link can be used as reference to create themRelated LinksDocumentation link for configuring visual task board labels https://docs.servicenow.com/csh?topicname=t_ConfigureLabels.html&version=latest