Skip to content

Commit 3cab3c5

Browse files
author
ecfan
committed
Updates per feedback
1 parent cf06335 commit 3cab3c5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,12 @@ Push-WorkflowOutput -Output $populatedString
124124
> In PowerShell, if you reference an object that has **JValue** type inside a complex object, and you
125125
> add that object to a string, you get a format exception. To avoid this error, use **ToString()**.
126126
127-
### Parameters
127+
### Trigger and action response outputs
128128

129-
| Parameter | Type | Description |
130-
|-----------|------|-------------|
129+
The following table lists the outputs that are generated when you call **Get-ActionOutput** or **Get-TriggerOutput**. The return value is a complex object called **PowershellWorkflowOperationResult**, which contains thee following outputs.
130+
131+
| Name | Type | Description |
132+
|------|------|-------------|
131133
| **Name** | String | The name for the trigger or action. |
132134
| **Inputs** | JToken | The input values passed into the trigger or action. |
133135
| **Outputs** | JToken | The outputs from the executed trigger or action. |

0 commit comments

Comments
 (0)