Data Table from Instance Definition - widget does not display the title correctly.Issue In service portal where ever the "Data Table from Instance Definition" OOB widget is used, it is not displaying the title which is given in the instance options for that widget . Instead it is taking the plural name of the table on which the widget is configured. CauseLine missing from the server script: options.useInstanceTitle = true;Resolution> Add the below line to the server script of the widget : Data Table from Instance Definition options.useInstanceTitle = true; > Post that the issue would be resolved.