Skip to content

Commit ac90e6c

Browse files
[excel] (Power Automate) ISO strict Open XML note (#594)
* Add information about strict workbooks failing in PA * Fixing case * Add link to format * Update docs/testing/power-automate-troubleshooting.md Co-authored-by: Alison McKay <[email protected]> --------- Co-authored-by: Alison McKay <[email protected]>
1 parent f790575 commit ac90e6c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/testing/power-automate-troubleshooting.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Troubleshoot Office Scripts running in Power Automate
33
description: Tips, platform information, and known issues with the integration between Office Scripts and Power Automate.
4-
ms.date: 12/19/2022
4+
ms.date: 03/27/2023
55
ms.localizationpriority: medium
66
---
77

@@ -85,6 +85,10 @@ There are two reasons that the parameters or returned data of a script are not a
8585

8686
The signature of a script is stored with the **Excel Business (Online)** connector when it is created. Remove the old connector and create a new one to get the latest parameters and return values for the **Run script** action.
8787

88+
## ISO strict Open XML workbooks aren't supported
89+
90+
The **Excel Business (Online)** connector's **Run script** action doesn't support workbooks with the [ISO strict version of the Excel Workbook file format](https://www.loc.gov/preservation/digital/formats/fdd/fdd000401.shtml). Flows with this type of workbook return a "BadGateway" error when trying to run a script. This is due to coauthoring restrictions. Please save workbooks as the standard Excel Workbook format for use with Power Automate.
91+
8892
## See also
8993

9094
- [Troubleshoot Office Scripts](troubleshooting.md)

0 commit comments

Comments
 (0)