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: powerapps-docs/maker/portals/use-code-editor.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: neerajnandwana-msft
5
5
ms.service: powerapps
6
6
ms.topic: conceptual
7
7
ms.custom:
8
-
ms.date: 04/21/2021
8
+
ms.date: 02/08/2022
9
9
ms.subservice: portals
10
10
ms.author: nenandw
11
11
ms.reviewer: ndoelman
@@ -29,6 +29,9 @@ The source code is displayed in the **Code Editor** pane at the bottom of the sc
29
29
> [!NOTE]
30
30
> You can also add Liquid tags in source code editor for advanced configuration. More information: [Work with Liquid templates](liquid/liquid-overview.md)
31
31
32
+
> [!IMPORTANT]
33
+
> Using `<script></script>` tags in the source code editor can lead to unexpected results. It is recommended to add custom code to the **Custom JavaScript** section under the **Advanced** tab in the [web page](configure/web-page.md) record using the [Portal Management app](configure/configure-portal.md) or by editing the web page custom javascript file using [Visual Studio Code](vs-code-extension.md).
0 commit comments