Remote instance tables are not available after ServiceNow Remote Spoke configurationIssue When attempting to select a remote table in the action 'Create or Update Remote Record' from any flow, the remote tables are not available. We can observe that the outbound calls made to the target remote instance receives a 500 response. SymptomsError message seen in logs:- 'Cannot invoke "com.glide.data.access.ITable.getTableDescriptor()" because "this.fITable" is null'.ReleaseWashington DCCauseWhen we click on the remote table drop down list, the action internally calls "Look up Remote Tables" action to fetch the remote tables and show in the drop down. However, if the action "Look up Remote Tables" itself is broken and not accessible in the source instance, then we won't be able to retrieve the remote tables from the target instance. This could also happen if the Ihub license itself is not installed. There has to be atleast the Integration Hub starter pack installed so that the remote spoke and its actions would function as expected. ResolutionMake sure that the Ihub license ('com.glide.hub.integrations') plugin is installed. If the action "Look up Remote Tables" is still not accessible, repair the plugin and check if the 'Look up Remote Tables' action is accessible. If the action is accessible, then the remote tables will be fetched and shall be displayed as expected.