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 / Run Script retrying an...
Power Automate
Unanswered

Run Script retrying and error if resubmitted to a Conflict: cant establish connection to excel

(0) ShareShare
ReportReport
Posted on by
Hey,

I m trying to add values to merged excel cells (rows and columns) via an office script:

 
function main(workbook: ExcelScript.Workbook,
section1: string,
section2: string,
section3: string,
section4: string,
row17_1: string,
row17_2: string,
row17_3: string,
row17_4: string) {
 
let sheet = workbook.getWorksheet("SHEETNAME"); // sheet name
 
// Update  4 main merged cells (rows 13-16)
sheet.getRange("B13").setValue(section1);
sheet.getRange("I13").setValue(section2);
sheet.getRange("P13").setValue(section3);
sheet.getRange("W13").setValue(section4);
 
// Update row 17-18 merged cells
sheet.getRange("B17").setValue(row17_1);
sheet.getRange("I17").setValue(row17_2);
sheet.getRange("P17").setValue(row17_3);
sheet.getRange("W17").setValue(row17_4);
}

But when i try and run the script, it just gets stuck on retry(badgateway) and then if i try and resubmit, it goes into Conflict state.

I appreciate any help on this.
Categories:
I have the same question (0)
  • developerAJ Profile Picture
    4,763 on at
    could you explain more you are facing issue when you are running in power automate flow if yes please add screenshots for the same

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 March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 592

#2
Valantis Profile Picture

Valantis 340

#3
11manish Profile Picture

11manish 284

Last 30 days Overall leaderboard