You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/develop/external-calls.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: External API call support in Office Scripts
3
3
description: Support and guidance for making external API calls in an Office Script.
4
-
ms.date: 06/10/2022
4
+
ms.date: 03/15/2023
5
5
ms.localizationpriority: medium
6
6
---
7
7
@@ -10,7 +10,7 @@ ms.localizationpriority: medium
10
10
Scripts support calls to external services. Use these services to supply data and other information to your workbook.
11
11
12
12
> [!CAUTION]
13
-
> External calls may result in sensitive data being exposed to undesirable endpoints. Your admin can establish firewall protection against such calls.
13
+
> External calls may result in sensitive data being exposed to undesirable endpoints. Your admin can establish Information Rights Management (IRM) or firewall protection against such calls.
14
14
15
15
> [!IMPORTANT]
16
16
> Calls to external APIs can only be made through the Excel application, not through Power Automate [under normal circumstances](#external-calls-from-power-automate). External calls are also not supported for scripts stored on a SharePoint site.
Youcan [applyIRMsettings](/microsoft-365/compliance/apply-irm-to-a-list-or-library) toaworkbooktopreventexternalcallsbeingmadebyscripts. Disablethe [**Copy**/**EXTRACT** policy](/azure/information-protection/configure-usage-rights#usage-rights-and-descriptions) to prevent this behavior.
79
+
76
80
## External calls from Power Automate
77
81
78
82
Any external API call fails when a script is run with Power Automate. This is a behavioral difference between running a script through the Excel application and through Power Automate. Be sure to check your scripts for such references before building them into a flow.
0 commit comments