I have a smart segment, with 126 items inside
I wanted to do a smart action for each of them, I clicked on the checkbox on top of the checkbox column, and I triggered my smart action.
Then I realised I did the smart action on the current page only, so I did the same stuff on pages 2 then 3 then 4 of my segment
The smart action was about sending a SMS to each user of my segment, and some of them told me “hey ! I received 4 times your SMS !”
Then I checked, and indeed, some of the ids I received with new RecordsGetter(User).getIdsFromRequest(req); on pages 2-3-4 were already on page 1.
[EDIT] it’s the actual pagination which is broken
Actual behavior
Working correctly !
Failure Logs
Please include any relevant log snippets, if necessary.
Context
Please provide any relevant information about your setup.
I know this ticket is quite old, I don’t know if you still have the issue on your project.
I’ve never been able to reproduce, but I just came on another ticket that might be linked to your issue.
Could you tell me if the collection where you have the problem is ordered by a non-unique field?