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
SaidazamOP6mo ago
bump
saad
saad6mo ago
you ajax
Saidazam
SaidazamOP6mo ago
no
Miguel García
Miguel García6mo 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
SaidazamOP6mo ago
:squint:

Did you find this page helpful?