How to map data in related list via integration hub
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2024 01:21 AM
Hello Developers,
I am trying to import excel sheet data in ServiceNow via Integration hub. Below is screenshot of excel sheet. I am trying to import data in Groups table.
Source Table - Servicenow Field
Group Name - Name
description - description
Members - Related list (members)
Here I am not able to add member mention in related list of Groups table.
Thank you
Mayur
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2024 10:34 PM
How did you set this up? The 'members' aren't part of the sys_user_group table, but need to be added into the sys_user_grmember table.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark