Skip to content

Commit f5a9ad5

Browse files
authored
Merge pull request #76645 from ecfan/patch-3
Add note about require() function support
2 parents 5deae15 + e21c945 commit f5a9ad5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/logic-apps/logic-apps-add-run-inline-code.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: ecfan
88
ms.author: estfan
99
ms.reviewer: derek1ee, LADocs
1010
ms.topic: article
11-
ms.date: 05/06/2019
11+
ms.date: 05/14/2019
1212
---
1313

1414
# Add and run code snippets by using inline code in Azure Logic Apps
@@ -22,7 +22,10 @@ to run code that fits this scenario:
2222
* Finishes running in five seconds or fewer.
2323
* Handles data up to 50 MB in size.
2424
* Uses Node.js version 8.11.1. For more information, see
25-
[Standard built-in objects](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects).
25+
[Standard built-in objects](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects).
26+
27+
> [!NOTE]
28+
> The require() function isn't supported by the **Inline Code** action for running JavaScript.
2629
2730
This action runs the code snippet and returns the output from
2831
that snippet as a token named **Result**, which you can use in

0 commit comments

Comments
 (0)