An Azure service for ingesting, preparing, and transforming data at scale.
Hi ,
Thanks for reaching out to Microsoft Q&A.
The image yo uhave attached shows that the 'copy activity' returns an empty tables array, while the web activity correctly returns data. This usually happens because ADF’s copy activity with REST connector expects a slightly different response format or there is a schema parsing mismatch.
If you just need the raw JSON for further processing, in copy source settings:
- Set 'Response format' to JSON
- Use
$.tables[0].rows[*]as the collection reference
Can you try this and let me know?
Please 'Upvote'(Thumbs-up) and 'Accept' as answer if the reply was helpful. This will be benefitting other community members who face the same issue.