Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions docs/testing/platform-limits.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: Platform limits and requirements with Office Scripts
description: Resource limits and browser support for Office Scripts when used with Excel.
title: Platform limits, requirements, and error messages for Office Scripts
description: Resource limits, browser support, and error messages for Office Scripts when used with Excel.
ms.topic: limits-and-quotas
ms.date: 10/03/2024
ms.date: 10/24/2024
ms.localizationpriority: medium
---

# Platform limits and requirements with Office Scripts

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

## Platform support

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

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

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

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.

- "Due to organizational policies, you can’t access this resource from this untrusted device."
- "We can't find this script. It may have been deleted by another user." (If your version of Excel is older.)
Expand Down
2 changes: 1 addition & 1 deletion docs/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ items:
href: testing/power-automate-troubleshooting.md
- name: Improve script performance
href: develop/web-client-performance.md
- name: Platform limits
- name: Errors and platform limits
href: testing/platform-limits.md
- name: TypeScript restrictions
href: develop/typescript-restrictions.md
Expand Down