Select all records only selects the records on the current page

Feature(s) impacted

Select all records on the table doesn’t seem to work as expected. It says xx records selected but when running an action, only the records on the current page will change.

Observed behavior

When running a smart action on all selected records, only the records on the current page are changed.

Expected behavior

Everything should have been changed.

Failure Logs

Context

  • Project name: Hint Health
  • Team name: …
  • Environment name: Staging/Production
  • Agent type & version: Forest rails 7.6.1
  • Recent changes made on your end if any: …

Hey @jong

Could you share with me (here or as DM if you consider it private) your smart action related code?
Did you use our get_ids_from_request helper to retrieve the list of records? (As shown here)

Thanks in advance.

That seems to work, the docs are outdated and you need to pass forest_user too