Hello @Sunny Punalkar
To resolve this issue, you can use the SharePoint REST API to retrieve the Person or Group
fields from the SharePoint list. You can use the expand
query parameter to expand the Person or Group
fields and retrieve additional details like names and emails. Here is an example of a REST API call that retrieves the 'ProgramManager' field from a SharePoint list: https:///_api/web/lists/getbytitle('')/items?$select=ProjectNumber,ProgramManager/EMail&$expand=ProgramManager&$top=1
You can use the 'Web' activity in Azure Data Factory to call the SharePoint REST API and retrieve the data. Alternatively, you can use Azure Functions or Databricks to retrieve the data from the SharePoint list and process it as per your requirements.
I hope this helps