File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ author: ecfan
8
8
ms.author : estfan
9
9
ms.reviewer : derek1ee, LADocs
10
10
ms.topic : article
11
- ms.date : 05/06 /2019
11
+ ms.date : 05/14 /2019
12
12
---
13
13
14
14
# Add and run code snippets by using inline code in Azure Logic Apps
@@ -22,7 +22,10 @@ to run code that fits this scenario:
22
22
* Finishes running in five seconds or fewer.
23
23
* Handles data up to 50 MB in size.
24
24
* 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.
26
29
27
30
This action runs the code snippet and returns the output from
28
31
that snippet as a token named ** Result** , which you can use in
You can’t perform that action at this time.
0 commit comments