Dynamic action error in ServiceNow Remote Instance Spoke

Daiki Ishizaki
Tera Contributor

I have set up the KB with reference to the following link, but I cannot get the Remote Table information when setting up the action in Flow.

What are the possible causes?
・The Integration Starter Pack is already installed in both environments,
・ServiceNow Remote Instance Spoke is installed in both environments.
・Version: Utah
・Oauth2.0 token has been obtained.
・Local and Remote settings are described differently depending on the article.
 We would appreciate your knowledge of those who have been able to successfully communicate.


【Link】
https://www.servicenow.com/community/developer-forum/servicenow-remote-instance-spoke-implementation...


https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0951925

1 ACCEPTED SOLUTION

RicardoC56031
Tera Expert
I was having the same issue and installed "com.glide.hub.action_type.datastream" plugin which corrected the issue.

Spoke dependencies
If you’re having trouble installing the app, ensure that these dependent plugins are installed:
  • ServiceNow IntegrationHub Runtime (com.glide.hub.integration.runtime)
  • ServiceNow IntegrationHub Action Template - Data Stream (com.glide.hub.action_type.datastream)
  • Complex Object (com.glide.cobject)
  • ServiceNow Flow Designer - Dynamic Outputs (com.glide.hub.dynamic_outputs)
  • ServiceNow IntegrationHub Action Step - REST (com.glide.hub.action_step.rest)
  • ServiceNow Flow Designer - Dynamic Inputs (com.glide.hub.dynamic_inputs)
Note: Some of these plugins are licensable features and require appropriate licenses, if used outside the spoke implementation.

View solution in original post

1 REPLY 1

RicardoC56031
Tera Expert
I was having the same issue and installed "com.glide.hub.action_type.datastream" plugin which corrected the issue.

Spoke dependencies
If you’re having trouble installing the app, ensure that these dependent plugins are installed:
  • ServiceNow IntegrationHub Runtime (com.glide.hub.integration.runtime)
  • ServiceNow IntegrationHub Action Template - Data Stream (com.glide.hub.action_type.datastream)
  • Complex Object (com.glide.cobject)
  • ServiceNow Flow Designer - Dynamic Outputs (com.glide.hub.dynamic_outputs)
  • ServiceNow IntegrationHub Action Step - REST (com.glide.hub.action_step.rest)
  • ServiceNow Flow Designer - Dynamic Inputs (com.glide.hub.dynamic_inputs)
Note: Some of these plugins are licensable features and require appropriate licenses, if used outside the spoke implementation.