Hi,
I've been using Mark(true) and MarkedOnly(true) multiple times in the past.
For some reason, it is not working now for a project I am currently working on and I can't figure out why.
This is the code from a process only report that loops through the Item records that have a specific field empty, and then filling in that field with a value.
I have added some variables to debug
There are 2404 records in the item table
2362 has a blank value in the field I need to update
2362 records have been marked
Filter from specific field is removed and then markedonly is set to true
Still 2362 records in the dataset
Only looping 3 times and not 2362 times
What am I not seeing?
Editing to add that if do not modify the field, it loops through 2632 times, as expected.
However, since that field is not filtered on anymore and is not part of any of the table key, modifying it should have no impact