REST Connector - applying pagination using PageWithHttpParamsAndHeaders
Hello,I am trying to do an account import which returns only 100 records at a time. To get the next set of records(page 2), I will have to pass "startRecord":101 in the headers. How do I achieve this dynamically using PageWithHttpParamsAndHeaders in ...