How to map data in related list via integration hub

Mayur Patil2
Tera Expert

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)

MayurPatil2_0-1735204702663.png

 

Here I am not able to add member mention in related list of Groups table.

 

Thank you

Mayur

1 REPLY 1

Mark Manders
Mega Patron

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