fancy-crowd-87619
08/01/2023, 10:32 PMclass MyAction < Avo::BaseAction
def handle(models:, resource:, fields:, **)
The models
argument here appears to be an array of the records I've selected on the frontend - in production, this can be hundreds of thousands of records here.
Thanks in advance 🙂loud-jewelry-99127
08/02/2023, 5:51 AM