My problem is that I don't have a unique key for each employee when I call the API, here is a screenshot of my code.
I am calling the API 3 times each time for 100 persons, so I am excepting to have a unique key for every person for every call by using Key generation strategy (Fully qualified Record). What I a doing wrong ?
Or are you making 3 calls each of one gets 100 records due to pagination ? If the problem is with pagination you might want to verify the documentation of your API documentation.
Hope it helps.
Don't forget to mark as "Solution Accepted" the comment that resolves the question/issue. #ngm