Skip to content

Commit e58c9f6

Browse files
authored
Merge pull request #754 from OfficeDev/main
[admin] Publish
2 parents 5b69cfd + cfac28f commit e58c9f6

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.github/ISSUE_TEMPLATE/1_documentation-issue.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ assignees: ''
88
---
99

1010
**Article URL**
11-
On what page did you find the problem?
11+
<!-- On what page did you find the problem? -->
1212

1313
**Describe the problem**
14-
A clear and concise description of what is incorrect, unclear, or missing in the document.
14+
<!-- A clear and concise description of what is incorrect, unclear, or missing in the document. -->
1515

1616
**Screenshots**
17-
If applicable, add screenshots to help explain your problem.
17+
<!-- If applicable, add screenshots to help explain your problem. -->

.github/ISSUE_TEMPLATE/2_sample-request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ assignees: ''
88
---
99

1010
**Describe your scenario**
11-
What is the problem to solve?
11+
<!-- What is the problem to solve? -->
1212

1313
**Which APIs or Excel features?**
14-
What should be showcased in the sample? Are there Excel features that need samples to better understand how to use them in scripts?
14+
<!-- What should be showcased in the sample? Are there Excel features that need samples to better understand how to use them in scripts? -->

docs/overview/excel.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Office Scripts in Excel
33
description: A brief introduction to the Action Recorder and Code Editor for Office Scripts.
44
ms.topic: overview
5-
ms.date: 01/19/2024
5+
ms.date: 08/08/2024
66
ms.localizationpriority: high
77
---
88

@@ -56,6 +56,9 @@ Add buttons that run scripts to help your colleagues discover your valuable solu
5656
5757
## Schedule scripts to run automatically
5858

59+
> [!IMPORTANT]
60+
> Script scheduling is temporarily disabled within Office Scripts. Existing scheduled scripts will continue to run. In the interim, use Power Automate to create a flow and schedule your scripts to run in that flow. To learn more, see [Run scripts with Power Automate](../develop/power-automate-integration.md).
61+
5962
Set your scripts to run every day and keep your workbook up-to-date. Once you have your script, you can set it to automatically run on the workbook at regular intervals. A behind-the-scenes Power Automate flow ensures everything happens, even when the workbook is closed.
6063

6164
To schedule a script, open the script in the Code Editor. Open the **Script scheduling** section and complete the sign in process to Excel through Power Automate. Set how often you want the script to run and select **Create flow** to begin.

0 commit comments

Comments
 (0)