How to Save Filter Results in Raw Format for Later Use?

I want to capture the results of a filtered list in raw format and save it to a database for later use. For example, I filter users and then need to send them bulk messages. If I retrieve these results directly through BulkAction, it results in a very large list. What would you recommend to handle this efficiently?
5 Replies
Saidazam
SaidazamOP5mo ago
bump
saad
saad5mo ago
you ajax
Saidazam
SaidazamOP5mo ago
no
Miguel García
Miguel García5mo ago
You can create a custom bulk action and work with selected data as you need (store the results, send to a queue or whatever you need)
Saidazam
SaidazamOP5mo ago
:squint:

Did you find this page helpful?