I am attempting to troubleshoot an issue where a model intermittenly crashes and closes at a certain point while loading items into a storage system. This requires investigating the contents of a custom code activity. However, I have discovered the activity will no longer display tokens after a limit of 1000 has been reached.
Here are the displayed contents at 999 tokens. Note token Id 1921 is last entered token...
Here are the displayed contents at 1000 tokens. Note token Id 1922 is now the last displayed token...
Here are the displayed contents when there are 1001 tokens. Token Id 1922 is still the last displayed token...
After completion of the run, with 2027 tokens residing at the activity, token id 1922 is still the last token displayed.
.
Is this by design? Can this be changed? Thanks - Stan