I have an excel file , which has multiple sheet , i need to fetch data from each sheet and put in to a variable. i saved the file in SharePoint library and trying to build the agent flow. "File Content" action output is like this..Question is How do i read data from each tab columns ( like Sheet 1 --> Column I from Row number 10)?
I am runing a prompt so i can read the data from each sheet. Code of my prompt is like this
----------------------------------------------
-------------------------------------------
File Content Output
{
"statusCode": 200,
"headers": {
"Cache-Control": "max-age=0, private",
"Vary": "Origin",
"X-NetworkStatistics": "1,8388480,135,657,4635120,10906936,10906936,71399",
"X-SharePointHealthScore": "2",
"X-MS-SPConnector": "1",
"x-ms-content-sensitivitylabel-id": "1ecdf243-b9b0-4f63-8694-76742e4201b7",
"x-ms-content-sensitivitylabel-name": "Proprietary+%5c+Proprietary+general",
"X-SP-SERVERSTATE": "ReadOnly=0",
"DATASERVICEVERSION": "3.0",
"SPClientServiceRequestDuration": "118",
"IsOCDI": "0",
"X-DataBoundary": "NONE",
"X-1DSCollectorUrl": "https://mobile.events.data.microsoft.com/OneCollector/1.0/",
"X-AriaCollectorURL": "https://browser.pipe.aria.microsoft.com/Collector/3.0/",
"SPRequestGuid": "7eadcb8d-165c-47cf-b0df-428c1265d42f",
"request-id": "7eadcb8d-165c-47cf-b0df-428c1265d42f",
"MS-CV": "oiT7EZKgAADk2Zv1keWWsw.0",
"SPLogId": "11fb24a2-a092-0000-e4d9-9bf591e596b3",
"Alt-Svc": "h3=\":443\"",
"Strict-Transport-Security": "max-age=31536000",
"X-Frame-Options": "SAMEORIGIN",
"Content-Security-Policy": "frame-ancestors 'self' teams.microsoft.com *.teams.microsoft.com *.skype.com *.teams.microsoft.us local.teams.office.com teams.cloud.microsoft *.office365.com goals.cloud.microsoft *.powerapps.com *.powerbi.com *.yammer.com engage.cloud.microsoft word.cloud.microsoft excel.cloud.microsoft powerpoint.cloud.microsoft *.officeapps.live.com *.office.com *.microsoft365.com m365.cloud.microsoft *.cloud.microsoft *.stream.azure-test.net *.dynamics.com *.microsoft.com onedrive.live.com *.onedrive.live.com teams.microsoft.com *.teams.microsoft.com securebroker.sharepointonline.com;",
"MicrosoftSharePointTeamServices": "16.0.0.27424",
"X-Content-Type-Options": "nosniff",
"X-MS-InvokeApp": "1; RequireReadOnly",
"X-Cache": "CONFIG_NOCACHE",
"X-MSEdge-Ref": "Ref A: 79AC2A812BD64C99A3DC021477F2314B Ref B: SJC211051204047 Ref C: 2026-07-07T16:58:25Z",
"P3P": "CP=\"ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI\"",
"X-AspNet-Version": "4.0.30319",
"X-Powered-By": "ASP.NET",
"x-ms-environment-id": "3e9ef524-2f69-ee85-b81c-c93888a43106",
"x-ms-tenant-id": "fabb61b8-3afe-4e75-b934-a47f782b8cd7",
"x-ms-subscription-id": "3e9ef524-2f69-ee85-b81c-c93888a43106",
"x-ms-dlp-re": "GetFileContentByPath|False|2026-06-30T23:11:26.6202359+00:00",
"x-ms-dlp-gu": "-|-",
"x-ms-dlp-ef": "-|-/-|-|-|-|-",
"x-ms-mip-sl": "-|-|-|-",
"x-ms-au-creator-id": "e16d9485-5b93-414e-975a-7b3dd2b5169e",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "false",
"x-ms-apihub-obo": "false",
"Date": "Tue, 07 Jul 2026 16:58:25 GMT",
"Content-Length": "1380394",
"Content-Type": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"Expires": "Mon, 22 Jun 2026 16:58:25 GMT",
"Last-Modified": "Tue, 07 Jul 2026 16:58:25 GMT"
},
"body": {
"$content-type": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"$content": "UEsDBBQABgAIAAAAIQAL/iujrQIAAKsVAAATALMBd3"
Agent flow is like This