Cannot run Excel script from power automate but works from Excel

Masse, Olivier 1 Reputation point
2021-06-28T19:50:12.733+00:00

Hi,

I have a script that runs fine when called directly from Excel but encounters the error message below when triggered by power automate. Line 14 selects a range and copy-pastes onto itself to remove formulae and keep values only.

Error Message:
We were unable to run the script. Please try again.
Office JS error: Line 14: Range copyFrom: There was an internal error while processing the request.
client
RequestId: 63d0c6ef-289b-4936-acb7-fb4299a77a65

Line 14:
table2.getColumn("Responder's Email").getRangeBetweenHeaderAndTotal().getRow(1).copyFrom(satCube.getRange("C3:W100"), ExcelScript.RangeCopyType.values, false, false);

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,948 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Dave Patrick 426.1K Reputation points MVP
    2022-05-12T18:35:01.47+00:00

    Power automate is not currently supported here on Q&A. The product group for Power automate actively monitors questions in dedicated forums here.
    https://powerusers.microsoft.com/t5/Microsoft-Power-Automate/ct-p/MPACommunity

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    0 comments No comments