Dynamic Object Dropping Reference Fields in DataStream Output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2025 07:32 PM
I am working on importing records from one instance of ServiceNow to another utilizing a Data Stream with a Dynamic Object as the output. I have been leveraging the demo 'Get ServiceNow Object Schema - Dynamic' action to successfully import data, however, it is not including any reference fields in the output.
When I tested the demo action 'Get ServiceNow Records - Dynamic' it didn't seem to have any issues with reference fields, and it is using the same dynamic object action that my DataStream is using
Here is an example output from an Incident - you can see that the assigned_to and assignment_group fields (along with all other reference fields) are not listed.
Looking for any suggestions on what I am missing?