Skip to content

Commit a7daf7a

Browse files
[excel] (Power Automate) Add run script from SharePoint note (#621)
* [excel] (Power Automate) Add run script from SharePoint note * Update terminology * Add preview tag to action label * Apply suggestions from code review Co-authored-by: Elizabeth Samuel <[email protected]> --------- Co-authored-by: Elizabeth Samuel <[email protected]>
1 parent e04fb20 commit a7daf7a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/develop/power-automate-integration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Run Office Scripts with Power Automate
33
description: How to get Office Scripts for Excel working with a Power Automate workflow.
44
ms.topic: integration
5-
ms.date: 12/19/2022
5+
ms.date: 06/15/2023
66
ms.localizationpriority: medium
77
---
88

@@ -42,8 +42,8 @@ This opens a task pane with several options to begin connecting your Office Scri
4242
> [!IMPORTANT]
4343
> The "Run script" action gives people who use the Excel connector significant access to your workbook and its data. Additionally, there are security risks with scripts that make external API calls, as explained in [External calls from Power Automate](external-calls.md). If your admin is concerned with the exposure of highly sensitive data, they can either turn off the Excel Online connector or restrict access to Office Scripts through the [Office Scripts administrator controls](/microsoft-365/admin/manage/manage-office-scripts-settings).
4444
45-
> [!IMPORTANT]
46-
> Power Automate does **not** support scripts stored on SharePoint at this time.
45+
> [!NOTE]
46+
> Power Automate supports running scripts stored on SharePoint with the **Run script from SharePoint library (Preview)** action. This action is currently in preview and is subject to change based on feedback. If you encounter any issues with this action, please report them through the **Help** > **Give Feedback** option in Power Automate.
4747
4848
## Data transfer in flows for scripts
4949

docs/overview/script-storage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Office Scripts file storage and ownership
33
description: Information about how Office Scripts are stored in Microsoft OneDrive and transferred between owners.
4-
ms.date: 04/24/2023
4+
ms.date: 06/15/2023
55
ms.localizationpriority: medium
66
---
77

@@ -32,8 +32,8 @@ To save a copy of a script to SharePoint, go to the **More options (…)** menu
3232
> [!IMPORTANT]
3333
> Scripts with [external calls](../develop/external-calls.md) can't be run from SharePoint. You'll receive an error saying "Network access calls are not supported at this time for scripts saved to a SharePoint site".
3434
35-
> [!IMPORTANT]
36-
> Power Automate does **not** support scripts stored on SharePoint at this time.
35+
> [!NOTE]
36+
> Power Automate supports running scripts stored on SharePoint with the **Run script from SharePoint library (Preview)** action. This action is currently in preview and is subject to change based on feedback. If you encounter any issues with this action, please report them through the **Help** > **Give Feedback** option in Power Automate.
3737
3838
## Restore deleted scripts
3939

0 commit comments

Comments
 (0)