Skip to content

Commit 6a045ba

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into metadata-cleanup
2 parents c48b02b + a0fec9b commit 6a045ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/logic-apps/add-run-powershell-scripts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ host.json
353353

354354
## Compilation errors
355355

356-
In this release, the web-based editor includes limited IntelliSense support, which is still under improvement. Any compilation errors are detected when you save your workflow, and the Azure Logic Apps runtime compiles your script. These errors appear in your logic app's error logs.
356+
In this release, the web-based editor includes limited IntelliSense support, which is still under improvement. Any compilation errors are detected when you save your workflow, and the Azure Logic Apps runtime compiles your script. These errors appear in your logic app's error logs through Application Insights.
357357

358358
## Runtime errors
359359

@@ -374,7 +374,7 @@ If you incorrectly reference a public module in the **requirements.psd1** file o
374374
375375
### Execute PowerShell Code action fails: "Cannot bind argument to parameter 'Output' because it is null."
376376

377-
This error happens when you try to push a null object to the workflow. Confirm whether the object that you're sending with **Push-WorkflowOutput** is null.
377+
This error happens when you try to push a null object to the workflow. Confirm whether the object that you're sending with **Push-WorkflowOutput** isn't null.
378378

379379
## Related content
380380

0 commit comments

Comments
 (0)