@@ -354,18 +354,18 @@ action result that was previously filtered.
354
354
Multiple failed actions cause one action per failure.
355
355
356
356
4 . Send an HTTP POST on the ** For each** item response body,
357
- which is the " @item ()[ 'outputs'] [ 'body' ] " expression.
357
+ which is the ` @item()['outputs']['body'] ` expression.
358
358
359
359
The "@result ()" item shape is the same as the
360
360
"@actions ()" shape and can be parsed the same way.
361
361
362
- 5 . Include two custom headers with the failed action name (" @item ()[ 'name'] " )
363
- and the failed run client tracking ID (" @item ()[ 'clientTrackingId'] " ).
362
+ 5 . Include two custom headers with the failed action name (` @item()['name'] ` )
363
+ and the failed run client tracking ID (` @item()['clientTrackingId'] ` ).
364
364
365
- For reference, here's an example of a single " @result ()" item,
365
+ For reference, here's an example of a single ` @result() ` item,
366
366
showing the ** name** , ** body** , and ** clientTrackingId**
367
367
properties that are parsed in the previous example.
368
- Outside a ** For each** action, " @result ()" returns an array of these objects.
368
+ Outside a ** For each** action, ` @result() ` returns an array of these objects.
369
369
370
370
``` json
371
371
{
@@ -425,4 +425,4 @@ information to other data sources, such as queues, topics, SQL, Azure Cosmos DB,
425
425
* [ Find more Logic Apps examples and scenarios] ( ../logic-apps/logic-apps-examples-and-scenarios.md )
426
426
427
427
<!-- References -->
428
- [ retryPolicyMSDN ] : https://docs.microsoft.com/rest/api/logic/actions-and-triggers#Anchor_9
428
+ [ retryPolicyMSDN ] : https://docs.microsoft.com/rest/api/logic/actions-and-triggers#Anchor_9
0 commit comments