I have an ADF pipeline with a REST API call that is supposed to return data in chunks, with a maximum of 100 records per page.
In the below image it is showing until the Set No of pages required activity it is not showing an error when it is passing to the for each loop and into dataflow it is showing an error as mentioned below
“Job failed due to reason: at Source ‘YInv’: Failure to read most recent page request: DF-REST_001 – Error response from server: Some(Bad Request), Status code: 400. Please check your request url and body. (url:https://apisandbox.younium.com/Invoices,request body: None, request method: GET)“
Can anyone help resolve this issue?
ADF Pipeline
Dataflow Source Option Image