Hi All,
I want to connect SharePoint List with ServiceNow table.
In SharePoint, I have a list with few columns. In ServiceNow I have a table with few column. In SharePoint List and ServiceNow table both are having same columns.
Now What I want
1. when I create any record in SharePoint list then it should also create a record in ServiceNow table.
2. When I delete/update any record in SharePoint list then it should also update in ServiceNow table.
Earlier I was using BCS in SharePoint 2013 to connect with SQL table and it was working fine.
How to acheive same here. Please some one help into this. Thanks a lot.