Skip to content

Commit 5b87cdf

Browse files
alison-mkCopilotsamantharamon
authored
[Excel] (Platform limits) Add conditional access limit workaround (#802)
* [Excel] (Platform limits) Add conditional access limit workaround * Apply suggestions from code review Co-authored-by: Copilot <[email protected]> * Apply suggestions from code review Co-authored-by: Sam Ramon <[email protected]> --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: Sam Ramon <[email protected]>
1 parent 0d2586b commit 5b87cdf

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

docs/testing/platform-limits.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
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.
44
ms.topic: limits-and-quotas
5-
ms.date: 10/03/2024
5+
ms.date: 10/24/2024
66
ms.localizationpriority: medium
77
---
88

99
# Platform limits and requirements with Office Scripts
1010

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.
1212

1313
## Platform support
1414

@@ -91,7 +91,9 @@ Your browser needs third-party cookies enabled to show the **Automate** tab in E
9191

9292
[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.
9393

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.
9597

9698
- "Due to organizational policies, you can’t access this resource from this untrusted device."
9799
- "We can't find this script. It may have been deleted by another user." (If your version of Excel is older.)

docs/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ items:
136136
href: testing/power-automate-troubleshooting.md
137137
- name: Improve script performance
138138
href: develop/web-client-performance.md
139-
- name: Platform limits
139+
- name: Errors and platform limits
140140
href: testing/platform-limits.md
141141
- name: TypeScript restrictions
142142
href: develop/typescript-restrictions.md

0 commit comments

Comments
 (0)