- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2025 09:41 PM - edited 08-31-2025 04:57 AM
I need to map the data into 4 Tables (subandBILLs, SubscriptionDetails, Consumer and Contact)
The data comes into (u_import_data_migration) Entity . I also set up temp Entity . You can clearly see from the below images I have set up ETL Entities and Entity Mappings from import to temp , temp to 4 target Tables.
So Now My question is :
I have field snumber string I can map this as below :
- u_import_data_migration to temp (u_snumber - u_snumber) ( string)
- temp to subandBILLS Table ( u_snumber - u_snumber ) (string )
- The above snumber field I need to Map to subDetails Table ( Reference)
So while running the transform how can I fetch the record of one target Table and use its sysid to map to reference field of another Target table ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2025 10:54 PM
I raised a ServiceNow case for the same below is the response :
The current implementation you are aiming for is not possible with the available out-of-box (OOB) features in ServiceNow. Specifically, during the transformation process, it is not feasible to use a record created from one mapping directly in another mapping. Each relationship needs to remain independent during transformation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2025 10:54 PM
I raised a ServiceNow case for the same below is the response :
The current implementation you are aiming for is not possible with the available out-of-box (OOB) features in ServiceNow. Specifically, during the transformation process, it is not feasible to use a record created from one mapping directly in another mapping. Each relationship needs to remain independent during transformation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2025 10:57 PM