Skip to content

Commit 6e67bff

Browse files
committed
Partial updates
1 parent 1328e33 commit 6e67bff

File tree

6 files changed

+16
-7
lines changed

6 files changed

+16
-7
lines changed

articles/connectors/connectors-native-reqres.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ The Request trigger creates a manually callable endpoint that can handle *only*
200200
![Screenshot showing Consumption workflow, Request trigger, and URL copy button selected.](./media/connectors-native-reqres/generated-url-consumption.png)
201201

202202
> [!NOTE]
203+
>
203204
> If you want to include the hash or pound symbol (**#**) in the URI
204205
> when making a call to the Request trigger, use this encoded version instead: `%25%23`
205206

@@ -364,14 +365,13 @@ The Request trigger creates a manually callable endpoint that can handle *only*
364365
![Screenshot showing Standard workflow, Request trigger, and URL copy button selected.](./media/connectors-native-reqres/generated-url-standard.png)
365366

366367
> [!NOTE]
368+
>
367369
> If you want to include the hash or pound symbol (**#**) in the URI
368370
> when making a call to the Request trigger, use this encoded version instead: `%25%23`
369371

370372
---
371373

372-
Now, continue building your workflow by adding another action as the next step. Under the trigger, select **Next step** so that you can find the action that you want to add.
373-
374-
For example, you can respond to the request by [adding a Response action](#add-response), which you can use to return a customized response and is described later in this article.
374+
Now, continue building your workflow by adding another action as the next step. For example, you can respond to the request by [adding a Response action](#add-response), which you can use to return a customized response and is described later in this article.
375375

376376
> [!NOTE]
377377
>
@@ -396,10 +396,14 @@ The following table lists the outputs from the Request trigger:
396396

397397
## Add a Response action
398398

399-
When you use the Request trigger to handle inbound requests, you can model the response and send the payload results back to the caller by using the built-in [Response action](../logic-apps/logic-apps-workflow-actions-triggers.md#response-action). You can use the Response action *only* with the Request trigger. This combination with the Request trigger and Response action creates the [request-response pattern](https://en.wikipedia.org/wiki/Request%E2%80%93response). Except for inside Foreach loops and Until loops, and parallel branches, you can add the Response action anywhere in your workflow.
399+
When you use the Request trigger to receive inbound requests, you can model the response and send the payload results back to the caller by using the Response built-in action, which works *only* with the Request trigger. This combination with the Request trigger and Response action creates the [request-response pattern](https://en.wikipedia.org/wiki/Request%E2%80%93response). Except for inside Foreach loops and Until loops, and parallel branches, you can add the Response action anywhere in your workflow.
400400

401401
> [!IMPORTANT]
402-
> If a Response action includes these headers, Logic Apps removes these headers from the generated response message without showing any warning or error:
402+
>
403+
> If your Response action includes the following headers, Azure Logic Apps automatically
404+
> removes these headers from the generated response message without showing any warning
405+
> or error. Azure Logic Apps won't include these headers, although the service won't
406+
> stop you from saving workflows that have a Response action with these headers.
403407
>
404408
> * `Allow`
405409
> * `Content-*` headers except for `Content-Disposition`, `Content-Encoding`, and `Content-Type` when you use POST and PUT operations, but are not included for GET operations
@@ -409,9 +413,10 @@ When you use the Request trigger to handle inbound requests, you can model the r
409413
> * `Set-Cookie`
410414
> * `Transfer-Encoding`
411415
>
412-
> Although Logic Apps won't stop you from saving logic apps that have a Response action with these headers, Logic Apps ignores these headers.
413416

414-
1. In the Logic App Designer, under the step where you want to add a Response action, select **New step**.
417+
## [Consumption](#tab/consumption)
418+
419+
1. In the workflow designer, under the step where you want to add the Response action, select **New step**.
415420

416421
For example, using the Request trigger from earlier:
417422

@@ -450,6 +455,10 @@ When you use the Request trigger to handle inbound requests, you can model the r
450455

451456
1. When you're done, save your logic app. On the designer toolbar, select **Save**.
452457

458+
## [Standard](#tab/standard)
459+
460+
---
461+
453462
> [!IMPORTANT]
454463
> If you have one or more Response actions in a complex workflow with branches, make sure
455464
> that the workflow run processes at least one Response action during runtime.
33.1 KB
Loading
40.8 KB
Loading
21.1 KB
Loading
30.4 KB
Loading
33.8 KB
Loading

0 commit comments

Comments
 (0)