- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2023 08:05 AM - edited 03-10-2023 08:12 AM
Looking to modify the values presented on the header. On the config it is referring to
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2023 07:43 AM
Hi Aswin,
Generally the gForm data resource is pulling the secondary items from the UX Form Header record for the workspace you're in. I would go to the UX Form Header table in your instance, filter down to the workspace experience and table you're looking to edit, and then edit the Secondary Values related list.
Take a look at the following screenshots in order to update the secondary items on an incident record in the Service Operations Workspace.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2023 10:31 AM
Based on the configuration item you provided, it seems that you are working on a Google form that is integrated with ServiceNow.
In ServiceNow, you can find the integration configuration for Google Forms by navigating to the "Google Forms Integration" module. To do this, you can follow these steps:
- Log in to your ServiceNow instance as an administrator or someone with the necessary permissions.
- Search for "Google Forms Integration" in the navigation bar or in the application navigator.
- Open the "Google Forms Integration" module.
- Look for the configuration record that corresponds to the form you are working on. You can filter the records by form name or by other criteria, depending on how the records are organized in your instance.
- Open the configuration record and look for the "Data" field. This is where the JSON object that contains the header configuration is stored.
- Within the "Data" field, look for the "gform" property, which represents the Google Form object.
- Within the "gform" object, look for the "nowRecordCommonHeader" property, which represents the header object for the ServiceNow record that the form is submitting data to.
- Within the "nowRecordCommonHeader" object, look for the "secondaryItems" property, which represents the array of secondary items in the header.
You should be able to modify the values in the "secondaryItems" array to change the content of the header. Make sure to save your changes after making modifications.
Please mark my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2023 07:43 AM
Hi Aswin,
Generally the gForm data resource is pulling the secondary items from the UX Form Header record for the workspace you're in. I would go to the UX Form Header table in your instance, filter down to the workspace experience and table you're looking to edit, and then edit the Secondary Values related list.
Take a look at the following screenshots in order to update the secondary items on an incident record in the Service Operations Workspace.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 08:26 PM
Hello Brad Tilton,
Do you know if we have a limitation on the number of secondary values? I added a lot of secondary values and the latest secondary values disappear.
Thank you in advance,