Can anyone tell why its showing only 101 item even though the ids passed are 1000
Discussion posts and replies are publicly visible
Tough question. We do not have any clue what you are doing... Can you share more details?
I am syncing data in batches with batch size of 1000 in a loop, so everytime 1000 ids will be stored in the pv!recordIds, but when i check in the history its only showing 101 items in the variable, does that mean only 101 items are synced or being passed ?
iswaryan3520 said:does that mean only 101 items are synced or being passed
Probably yes. In such situations, I first try to very clearly define the expected behaviour. Then I check and test each and every involved component in a way I actually see that it supports my expectations.