Skip to main content
Question

ServiceNow integration not syncing subscriptions

  • July 17, 2026
  • 2 replies
  • 84 views

Forum|alt.badge.img

Our ServiceNow integration no longer brings any data.  Lucid had provided this configuration which was applied and the user subscription data still does not come in.  The account connectivity is working fine.

 

This is Lucid Support, and I'm happy to help. After reviewing the ServiceNow script provided in the PNG, it looks like the connection is working, but the script is failing to pull data. Can you please try changing the following:

  • Incorrect Nesting: The license fields sit directly under the lucidExt object, rather than being nested inside a productLicenses sub-object.
  • Capitalization: The Lucid API expects these fields to be completely lowercase (e.g., lucidchart instead of Lucidchart).

 
Please replace
lines 13 through 18 in your ServiceNow script with this updated snippet:
 

// Map directly from the extension using lowercase propertiesoutputs.targetObject.hasLucidchart = lucidExt.lucidchart;outputs.targetObject.hasLucidspark = lucidExt.lucidspark;outputs.targetObject.hasLucidscaleExplorer = lucidExt.lucidscaleExplorer;outputs.targetObject.hasLucidscaleCreator = lucidExt.lucidscaleCreator;

 
Once you save this update in ServiceNow, please run a new test sync and the subscription data should pull through.

Comments

Forum|alt.badge.img+5
  • Lucid support team
  • July 20, 2026

Hi ​@dacruza,

Thank you for posting in the Lucid Community! It looks like this question was answered in private support ticket. If you have any outstanding questions, feel free to follow up here.


Forum|alt.badge.img
  • Author
  • July 21, 2026

Hello Aishakhan.  The suggested solution I noted in this post was provided support, but it did not work.  I was asked by Support to post the issue here so that it can potentially be answered