Currently the API call for the SharePoint Office 365 connector pulls in via the below API call:
https://BASEURL.sharepoint.com/sites/SUBSITE/_api/web/lists('LISTID')/items
If a SharePoint list has a Person column, the above call only pulls in the ID for the person and not the Person's name, which makes it so our users have to manually create linking tables to connect those IDs to people.
We would like to request another API call within the Connector specifically for being able to pull in the Person String rather than the ID and all other data as needed.