web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Get excel cell values ...
Power Automate
Answered

Get excel cell values with Office Script, and return to Power Automate

(0) ShareShare
ReportReport
Posted on by 42

Hi I am trying to return some data from an Excel file to my Power Flow, and for some reason it isn't returning data to my flow.

 

Office Script:

function main(workbook: ExcelScript.Workbook) {
    let sheet = workbook.getWorksheet("Sheet1");
    let range = sheet.getRange("A4");
    let returnData = range.getValue();
    return returnData;
};
 
The value in cell A4 is the word 'because'. 
The value returned to my flow is:
{
  "result": [
    [
      0
    ]
  ],
  "logs": []
}
 
I'm stuck, can anyone help?
Categories:
I have the same question (0)
  • Verified answer
    SanmeshG Profile Picture
    1,947 Moderator on at

    Hi @miketurnertech ,

     

    I saved and ran your script , it works fine for me and returns an expected output.

     

    Please ensure that you are running it on the correct excel file.(Make sure that you are passing the correct file Identifier.)

     

    S1S1S2S2

     

    If this helps do give this a thumbs up and mark this as a solution.

     

    Thanks,

    Sanmesh

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 921

#2
Valantis Profile Picture

Valantis 801

#3
Haque Profile Picture

Haque 588

Last 30 days Overall leaderboard