I'm working with office script in Excel online and power automate.
1. My requirement is find the duplicate entries and some other data from Excel through Office script and needs to highlight it.
2. Excel File having greater than 2000 rows. Its not a table just rows and column in Excel sheet.
3. I completed script and also I run the script through excel automate option. its working as expected.
4. But I tried to run the script using power automate. Run Script connector its shows always bad gateway error 504.just like as the below screenshot...
5. For 1000 rows its works sometimes. having problems only after the 1001th record. I cant figure it out what I'm missing. My file is less than 5 mb also. But I still getting this error.
6. I also pasted my script below. help me to figure out this..
let errInSR=false;
let errSRCount =0;
}

Report
All responses (
Answers (