Skip to content

Commit ce7ca18

Browse files
authored
Grammar fix
1 parent a9a21cb commit ce7ca18

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
@@ -3,7 +3,7 @@ title: Add and run PowerShell in Standard workflows
33
description: Write and run PowerShell script code in Standard workflows to perform custom integration tasks using Inline Code operations in Azure Logic Apps.
44
ms.service: azure-logic-apps
55
ms.suite: integration
6-
ms.reviewer: estfan, shahparth, azla
6+
ms.reviewer: estfan, swghimire, shahparth, azla
77
ms.topic: how-to
88
ms.date: 08/13/2024
99
# Customer intent: As a logic app workflow developer, I want to write and run PowerShell code so that I can perform custom integration tasks in Standard workflows for Azure Logic Apps.
@@ -107,7 +107,7 @@ After you run your workflow, you can review the workflow output in Application I
107107

108108
## Access workflow trigger and action outputs in your script
109109

110-
The output values from the trigger and preceding actions are returned using a custom object, which have multiple parameters. To access these outputs and make sure that you return the value that you want, use the [**Get-TriggerOutput**](#get-triggeroutput), [**Get-ActionOutput**](#get-actionoutput), and [**Push-WorkflowOutput**](#push-workflowoutput) cmdlets plus any appropriate parameters described in the following table, for example:
110+
The output values from the trigger and preceding actions are returned using a custom object, which has multiple parameters. To access these outputs and make sure that you return the value that you want, use the [**Get-TriggerOutput**](#get-triggeroutput), [**Get-ActionOutput**](#get-actionoutput), and [**Push-WorkflowOutput**](#push-workflowoutput) cmdlets plus any appropriate parameters described in the following table, for example:
111111

112112
```powershell
113113
$trigger = Get-TriggerOutput

0 commit comments

Comments
 (0)