Search for Items: Count (always returns 5)

Not sure if this is bug or I’m doing something wrong (quite possibly the latter!)…

I’m adding a record and want to give a Position field a number equal to the number of records +1.

When I step through, the number of record returned in the search are correct (2, 3, 4, 5, 6) as I add more. However, the Count value always returns 5 (regardless of whether there are more or less records).

Please advise…

TO REPRODUCE

  • Login.
  • Click Add Task.
  • Enter some text and ensure the Today radio button is checked.
  • Click the Save and Close button (this is when you need to Step through to see the results)

Thank you

Sorry, I’ve updated the app and worked round the issue - so you won’t be able to reproduce as detailed above.

If it’s any use, the Count was working when I was checking for a total number of records, just not when I wanted to use the Count+1 as a way to set a Position value.

1 Like