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/overview/explore-with-script-lab.md
+11-3Lines changed: 11 additions & 3 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: Explore Office JavaScript API using Script Lab
3
3
description: Use Script Lab to explore the Office JS API and to prototype functionality.
4
-
ms.date: 02/20/2025
4
+
ms.date: 03/21/2025
5
5
ms.topic: concept-article
6
6
ms.custom: scenarios:getting-started
7
7
ms.localizationpriority: high
@@ -84,9 +84,17 @@ Keep your snippets and hard-coded data small since storing several large snippet
84
84
> [!div class="nextstepaction"]
85
85
> [Get Script Lab for Outlook](https://appsource.microsoft.com/product/office/wa200001603)
86
86
87
-
Once you've prototyped your code in Script Lab, turn it into a real add-in with the steps in [Create a standalone Office Add-in from your Script Lab code](./create-an-office-add-in-from-script-lab.md).
87
+
Once you've prototyped your code in Script Lab, turn it into a real add-in with the steps in [Create a standalone Office Add-in from your Script Lab code](create-an-office-add-in-from-script-lab.md).
88
+
89
+
## Issues
90
+
91
+
If you find an issue or have feedback for us, let us know!
92
+
93
+
- Issue in this article? See the "Office Add-ins feedback" section at the end of this article.
94
+
- Problem with a Script Lab code sample? Open a new issue in the [office-js-snippets GitHub repository](https://github.com/OfficeDev/office-js-snippets/issues).
95
+
- Feedback or issue with the Script Lab tool? Open a new issue in the [office-js GitHub repository](https://aka.ms/script-lab-issues).
0 commit comments