You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/connector-rest.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -702,17 +702,18 @@ or
702
702
703
703
This example provides the configuration steps to send multiple requests whose variables are in Headers.
704
704
705
-
**Multiple requests:**<br/>
705
+
**Multiple requests:**
706
+
706
707
```
707
-
RequestUrl: *https://example/table*<br/>
708
-
Request 1: `Header(id->0)`<br/>
709
-
Request 2: `Header(id->10)`<br/>
710
-
......<br/>
711
-
Request 100: `Header(id->100)`<br/>
708
+
RequestUrl: *https://example/table*
709
+
Request 1: `Header(id->0)`
710
+
Request 2: `Header(id->10)`
711
+
......
712
+
Request 100: `Header(id->100)`
712
713
```
713
714
714
715
*Step 1*: Input `{id}` in **Additional headers**.
715
-
716
+
716
717
*Step 2*: Set **Pagination rules** as **"Headers.{id}" : "RANGE:0:100:10"**.
717
718
718
719
:::image type="content" source="media/connector-rest/pagination-rule-example-3.png" alt-text="Screenshot showing the pagination rule to send multiple requests whose variables are in Headers.":::
0 commit comments