Skip to content

Commit 1179c84

Browse files
authored
Merge pull request #305246 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 448ea7a + 66a6a62 commit 1179c84

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

articles/logic-apps/expression-functions-reference.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ action().outputs.body.<property>
402402

403403
| Return value | Type | Description |
404404
| ------------ | -----| ----------- |
405-
| <*action-output*> | String | The output from the current action or property |
405+
| <*action-output*> | Object | The JSON object output from the current action or property |
406406

407407
<a name="actions"></a>
408408

@@ -415,9 +415,6 @@ the function references the entire action object,
415415
but you can optionally specify a property whose value that you want.
416416
For shorthand versions, see [body()](#body). For the current action, see [action()](#action).
417417

418-
> [!TIP]
419-
> The `actions()` function returns output as a string. If you need to work with a returned value as a JSON object, you first need to convert the string value. You can transform the string value into a JSON object using the [Parse JSON action](logic-apps-perform-data-operations.md#parse-json-action).
420-
421418
> [!NOTE]
422419
> Previously, you could use the `actions()` function or
423420
> the `conditions` element when specifying that an action
@@ -439,7 +436,7 @@ actions('<actionName>').outputs.body.<property>
439436

440437
| Return value | Type | Description |
441438
| ------------ | -----| ----------- |
442-
| <*action-output*> | String | The output from the specified action or property |
439+
| <*action-output*> | Object | The JSON object output from the specified action or property |
443440

444441
*Example*
445442

0 commit comments

Comments
 (0)