Forum Discussion

bcarlson_f's avatar
bcarlson_f
Regular Visitor
1 year ago
Solved

Copy Activity REST API - Paging

I am having a problem with paging in ADF. What i need to do is to make an initial call to a REST API, and then use "offset" that comes from the body as a parameter in subsequent calls. I can get it w...