|
1 | 1 | --- |
2 | | -title: Platform limits and requirements with Office Scripts |
3 | | -description: Resource limits and browser support for Office Scripts when used with Excel. |
| 2 | +title: Platform limits, requirements, and error messages for Office Scripts |
| 3 | +description: Resource limits, browser support, and error messages for Office Scripts when used with Excel. |
4 | 4 | ms.topic: limits-and-quotas |
5 | | -ms.date: 10/03/2024 |
| 5 | +ms.date: 10/24/2024 |
6 | 6 | ms.localizationpriority: medium |
7 | 7 | --- |
8 | 8 |
|
9 | 9 | # Platform limits and requirements with Office Scripts |
10 | 10 |
|
11 | | -There are some platform limitations of which you should be aware when developing Office Scripts. This article details the browser support and data limits for Office Scripts for Excel. |
| 11 | +There are some platform limitations of which you should be aware when developing Office Scripts. This article details the browser support, data limits, and error messages you might encounter when using Office Scripts. |
12 | 12 |
|
13 | 13 | ## Platform support |
14 | 14 |
|
@@ -91,7 +91,9 @@ Your browser needs third-party cookies enabled to show the **Automate** tab in E |
91 | 91 |
|
92 | 92 | [Conditional Access](/azure/active-directory/conditional-access/overview) policies restrict access to SharePoint and OneDrive for [unmanaged devices](/sharepoint/control-access-from-unmanaged-devices). If your device isn't managed by the tenant, you may not have access to specific scripts, or may only be able to access them through the browser. |
93 | 93 |
|
94 | | -If you script is blocked by Conditional Access policies, you receive one of two error messages. These messages also surface in Power Automate if your flow is run from an unmanaged device. |
| 94 | +Tenants that have added [authentication context](/entra/identity/conditional-access/concept-conditional-access-cloud-apps#configure-authentication-contexts) settings with Conditional Access don't support Office Scripts in Excel on the web. If your tenant has an authentication context setting and you encounter an error when trying to create, record, or run an Office Script in Excel on the web, use Excel for Windows or Excel for Mac instead. |
| 95 | + |
| 96 | +If your script is blocked by Conditional Access policies, you receive one of two error messages. These messages also surface in Power Automate if your flow is run from an unmanaged device. |
95 | 97 |
|
96 | 98 | - "Due to organizational policies, you can’t access this resource from this untrusted device." |
97 | 99 | - "We can't find this script. It may have been deleted by another user." (If your version of Excel is older.) |
|
0 commit comments