I am currently working on a request system that uses SharePoint lists. My goal is to take a submitted request and then import it into a dynamically generated excel worksheet that has a tab for each request. The request tool can sometimes upload multiple rows attached to the same request ID. This is because each item in the request is created as a new row. Is there a way to import the data for the request ID into excel? Currently, I am running into the issue where I try to insert a row it says: "The request entity's media type 'text/plain' is not supported for this resource."